XQuartz: Fixed needed xplugin version. ><
(cherry picked from commit 01b3a99dff79e0d2b316e02658c19fa79d9144ae)
This commit is contained in:
parent
3350770bd6
commit
319405fa4a
|
@ -245,7 +245,7 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
|
||||||
DarwinSendDDXEvent(kXquartzToggleFullscreen, 0);
|
DarwinSendDDXEvent(kXquartzToggleFullscreen, 0);
|
||||||
#endif
|
#endif
|
||||||
} else if(X11EnableKeyEquivalents &&
|
} else if(X11EnableKeyEquivalents &&
|
||||||
#if XPLUGIN_VERSION >= 4
|
#if XPLUGIN_VERSION >= 1
|
||||||
xp_is_symbolic_hotkey_event([e eventRef])) {
|
xp_is_symbolic_hotkey_event([e eventRef])) {
|
||||||
#else
|
#else
|
||||||
[[self mainMenu] performKeyEquivalent:e]) {
|
[[self mainMenu] performKeyEquivalent:e]) {
|
||||||
|
|
Loading…
Reference in New Issue