Ticket #62477: patch-xorg-server-legacy-xp-disable-hotkeys.diff
File patch-xorg-server-legacy-xp-disable-hotkeys.diff, 483 bytes (added by kencu (Ken), 4 years ago) |
---|
-
hw/xquartz/quartz.c
old new 374 374 X11ApplicationShowHideMenubar(!XQuartzFullscreenVisible); 375 375 376 376 xp_reenable_update(); 377 378 if (XQuartzFullscreenDisableHotkeys)379 xp_disable_hot_keys(XQuartzFullscreenVisible);380 377 } 381 378 382 379 void … … 407 404 X11ApplicationShowHideMenubar(TRUE); 408 405 409 406 xp_reenable_update(); 410 411 xp_disable_hot_keys(FALSE);412 407 } 413 408 414 409 /*