mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 22:20:06 +01:00
fix for spurious "Are you sure you want to quit?" message
This commit is contained in:
parent
b36f667a34
commit
24ba8a985f
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ void DarwinModeInitInput(
|
|||
char **argv )
|
||||
{
|
||||
#ifdef INXQUARTZ
|
||||
X11ApplicationSetCanQuit(1);
|
||||
X11ApplicationServerReady();
|
||||
#else
|
||||
QuartzMessageMainThread(kQuartzServerStarted, NULL, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue