XQuartz: Fixed needed xplugin version. ><

(cherry picked from commit 01b3a99dff)
This commit is contained in:
Jeremy Huddleston 2008-08-26 21:11:35 -07:00
parent d6960e0075
commit e86de2ac86

View file

@ -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]) {