diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-06-09 09:42:34 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-06-09 09:42:34 +0000 |
| commit | 8f936f937db0ed5589bc5a5f1916cb798977e270 (patch) | |
| tree | fb2a915d51cb5b24e47da124be1826b7091a4f76 | |
| parent | 7e00430948d8af545f880e82bb30cd3ee50deb04 (diff) | |
20080609-1042
| -rw-r--r-- | emu/port/win-x11a.c | 2 |
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; |
