summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-08-26 21:11:35 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-08-26 21:11:35 -0700
commit01b3a99dff79e0d2b316e02658c19fa79d9144ae (patch)
tree863e2557259c447fbd7fbe2921c68be39f2f1258
parente7658e745f8a3eaf5cec9f54a8a1b7e5a7708e09 (diff)
XQuartz: Fixed needed xplugin version. ><
-rw-r--r--hw/xquartz/X11Application.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m
index cb476c506..4005c7579 100644
--- a/hw/xquartz/X11Application.m
+++ b/hw/xquartz/X11Application.m
@@ -244,7 +244,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]) {