Ticket #62477: patch-xorg-server-legacy-dispatchfix.diff
File patch-xorg-server-legacy-dispatchfix.diff, 479 bytes (added by kencu (Ken), 4 years ago) |
---|
-
hw/xquartz/X11Application.m
old new 312 312 /* Don't try sending to X if we haven't initialized. This can happen if AppKit takes over 313 313 * (eg: uncaught exception) early in launch. 314 314 */ 315 316 #ifdef HAVE_LIBDISPATCH 315 317 if (!eventTranslationQueue) { 316 318 [super sendEvent:e]; 317 319 return; 318 320 } 321 #endif 319 322 320 323 OSX_BOOL for_appkit, for_x; 321 324