diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-06-02 10:19:10 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-06-06 22:23:46 -0700 |
commit | 2429daa7e6b35a4a8032e1c3736e417a5a9baa07 (patch) | |
tree | eae3c5b0ea2c9f47936f33dfccfcb3312daa7565 | |
parent | 6d75606a9e7f6ebc4d79a5261a48f5915c71cbcd (diff) |
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)
-rw-r--r-- | hw/xquartz/quartz.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |