summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-06-09 09:42:34 +0000
committerCharles.Forsyth <devnull@localhost>2008-06-09 09:42:34 +0000
commit8f936f937db0ed5589bc5a5f1916cb798977e270 (patch)
treefb2a915d51cb5b24e47da124be1826b7091a4f76
parent7e00430948d8af545f880e82bb30cd3ee50deb04 (diff)
20080609-1042
-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;