diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-03-19 15:05:59 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-03-19 15:05:59 +0000 |
| commit | 64c11045c035558714e24fc4828118337d0744a7 (patch) | |
| tree | e5b14839f691cae97dc090d282ad817289a3800b /emu | |
| parent | 528268fd61939f7f53c7c90b7f5158c4d02b38d6 (diff) | |
20090319-1505
Diffstat (limited to 'emu')
| -rw-r--r-- | emu/port/win-x11a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/port/win-x11a.c b/emu/port/win-x11a.c index f8f4ffc4..90f50b97 100644 --- a/emu/port/win-x11a.c +++ b/emu/port/win-x11a.c @@ -595,6 +595,7 @@ xcursnotify(void) { XClientMessageEvent e; +return; /* temporarily disable cursor setting done this way, to avoid upsetting xcb */ memset(&e, 0, sizeof e); e.type = ClientMessage; e.window = xdrawable; |
