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)
This commit is contained in:
parent
6d75606a9e
commit
2429daa7e6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue