mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-19 17:00:36 +01:00
XQuartz: Fixed needed xplugin version. ><
(cherry picked from commit 01b3a99dff)
This commit is contained in:
parent
3350770bd6
commit
319405fa4a
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
|
|||
DarwinSendDDXEvent(kXquartzToggleFullscreen, 0);
|
||||
#endif
|
||||
} else if(X11EnableKeyEquivalents &&
|
||||
#if XPLUGIN_VERSION >= 4
|
||||
#if XPLUGIN_VERSION >= 1
|
||||
xp_is_symbolic_hotkey_event([e eventRef])) {
|
||||
#else
|
||||
[[self mainMenu] performKeyEquivalent:e]) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue