From 2429daa7e6b35a4a8032e1c3736e417a5a9baa07 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 2 Jun 2009 10:19:10 -0700 Subject: [PATCH] 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) (cherry picked from commit 09432fa5b1cc8e9a30fb8aa4f8dfcd08c4a91e30) --- hw/xquartz/quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/quartz.c b/hw/xquartz/quartz.c index 344edec54..3f8f8b9e9 100644 --- a/hw/xquartz/quartz.c +++ b/hw/xquartz/quartz.c @@ -179,7 +179,7 @@ void QuartzInitInput( int argc, char **argv ) { - X11ApplicationSetCanQuit(1); + X11ApplicationSetCanQuit(0); X11ApplicationServerReady(); // Do final display mode specific initialization before handling events if (quartzProcs->InitInput)