summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
Diffstat (limited to 'emu')
-rw-r--r--emu/port/win-x11a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/win-x11a.c b/emu/port/win-x11a.c
index c15c8bf0..a0ed40c1 100644
--- a/emu/port/win-x11a.c
+++ b/emu/port/win-x11a.c
@@ -515,7 +515,7 @@ enum {
typedef struct ICursor ICursor;
struct ICursor {
- ulong inuse;
+ int inuse;
int modify;
int hotx;
int hoty;