diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-26 21:11:35 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-26 23:10:17 -0700 |
commit | 319405fa4a530804c19fb7d0fcece5c912e41c9d (patch) | |
tree | 071efb861051b0f139e0b4fb409746680995b7f3 /hw/xquartz/X11Application.m | |
parent | 3350770bd6d90fefa1133ac738c1d4eae2d568a6 (diff) |
XQuartz: Fixed needed xplugin version. ><
(cherry picked from commit 01b3a99dff79e0d2b316e02658c19fa79d9144ae)
Diffstat (limited to 'hw/xquartz/X11Application.m')
-rw-r--r-- | hw/xquartz/X11Application.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m index 707a67fdb..5b1d171db 100644 --- a/hw/xquartz/X11Application.m +++ b/hw/xquartz/X11Application.m @@ -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]) { |