mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-27 10:10:24 +01:00
XQuartz: Default to forcing the dialog box before quitting.
This will show the quit dialog for users of other WMs. (cherry picked from commit639ee0c913) (cherry picked from commit09432fa5b1)
This commit is contained in:
parent
93fb54a88b
commit
dbea4c04df
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue