XQuartz: Default to forcing the dialog box before quitting.

This will show the quit dialog for users of other WMs.
(cherry picked from commit 639ee0c913)
This commit is contained in:
Jeremy Huddleston 2009-06-02 10:19:10 -07:00
parent bb0e208787
commit 09432fa5b1

View File

@ -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)