xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Tue Aug 26 21:11:40 PDT 2008


 hw/xquartz/X11Application.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01b3a99dff79e0d2b316e02658c19fa79d9144ae
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Tue Aug 26 21:11:35 2008 -0700

    XQuartz: Fixed needed xplugin version. ><

diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m
index cb476c5..4005c75 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]) {


More information about the xorg-commit mailing list