From 64c11045c035558714e24fc4828118337d0744a7 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 19 Mar 2009 15:05:59 +0000 Subject: 20090319-1505 --- emu/port/win-x11a.c | 1 + 1 file changed, 1 insertion(+) (limited to 'emu') 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; -- cgit v1.2.3