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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Tue Jun 2 10:20:13 PDT 2009


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

New commits:
commit 639ee0c913f892776fee40bcfb856e0d7c2c7db5
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.

diff --git a/hw/xquartz/quartz.c b/hw/xquartz/quartz.c
index 423b351..6a1cad6 100644
--- a/hw/xquartz/quartz.c
+++ b/hw/xquartz/quartz.c
@@ -186,7 +186,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