summaryrefslogtreecommitdiff
path: root/hw/xwin/winrop.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winrop.c')
-rw-r--r--hw/xwin/winrop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winrop.c b/hw/xwin/winrop.c
index 76a997aaa..ca78ee72e 100644
--- a/hw/xwin/winrop.c
+++ b/hw/xwin/winrop.c
@@ -34,6 +34,9 @@
*/
#include "win.h"
+void
+ROP16 (HDC hdc, int rop);
+
int g_copyROP[16] = { 0xFF0062, /* GXclear - 0 */
0x8800C6, /* GXand - S & D */
0x440328, /* GXandReverse - S & !D */