diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m index 5da1ffcc2..b882b5589 100644 --- a/hw/xquartz/X11Application.m +++ b/hw/xquartz/X11Application.m @@ -967,6 +967,7 @@ static void send_nsevent(NSEvent *e) { pDev = darwinTabletCurrent; } +#if 0 // XPlugin isn't thread safe ... sigh if(!quartzServerVisible) { xp_window_id wid; @@ -982,6 +983,7 @@ static void send_nsevent(NSEvent *e) { if (wid == 0) return; } +#endif DarwinSendPointerEvents(pDev, ev_type, ev_button, pointer_x, pointer_y, pressure, tilt_x, tilt_y);