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), 3 years ago)
  • hw/xquartz/quartz.c

    old new  
    374374    X11ApplicationShowHideMenubar(!XQuartzFullscreenVisible);
    375375
    376376    xp_reenable_update();
    377 
    378     if (XQuartzFullscreenDisableHotkeys)
    379         xp_disable_hot_keys(XQuartzFullscreenVisible);
    380377}
    381378
    382379void
     
    407404    X11ApplicationShowHideMenubar(TRUE);
    408405
    409406    xp_reenable_update();
    410 
    411     xp_disable_hot_keys(FALSE);
    412407}
    413408
    414409/*