XQuartz: Default to forcing the dialog box before quitting.

This will show the quit dialog for users of other WMs.
This commit is contained in:
Jeremy Huddleston 2009-06-02 10:19:10 -07:00
parent 7798f3abce
commit 639ee0c913

View File

@ -186,7 +186,7 @@ void QuartzInitInput(
int argc, int argc,
char **argv ) char **argv )
{ {
X11ApplicationSetCanQuit(1); X11ApplicationSetCanQuit(0);
X11ApplicationServerReady(); X11ApplicationServerReady();
// Do final display mode specific initialization before handling events // Do final display mode specific initialization before handling events
if (quartzProcs->InitInput) if (quartzProcs->InitInput)