diff options
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; |
