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)
(cherry picked from commit 09432fa5b1)
This commit is contained in:
Jeremy Huddleston 2009-06-02 10:19:10 -07:00
parent 93fb54a88b
commit dbea4c04df

View file

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