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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Tue Jun 2 10:21:15 PDT 2009


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

New commits:
commit 09432fa5b1cc8e9a30fb8aa4f8dfcd08c4a91e30
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Tue Jun 2 10:19:10 2009 -0700

    XQuartz: Default to forcing the dialog box before quitting.
    
    This will show the quit dialog for users of other WMs.
    (cherry picked from commit 639ee0c913f892776fee40bcfb856e0d7c2c7db5)

diff --git a/hw/xquartz/quartz.c b/hw/xquartz/quartz.c
index b54a829..7e6fb6a 100644
--- a/hw/xquartz/quartz.c
+++ b/hw/xquartz/quartz.c
@@ -178,7 +178,7 @@ void QuartzInitInput(
     int argc,
     char **argv )
 {
-    X11ApplicationSetCanQuit(1);
+    X11ApplicationSetCanQuit(0);
     X11ApplicationServerReady();
     // Do final display mode specific initialization before handling events
     if (quartzProcs->InitInput)


More information about the xorg-commit mailing list