mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-23 22:10:29 +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 commit 639ee0c913)
This commit is contained in:
parent
bb0e208787
commit
09432fa5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue