mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 11:20:05 +01:00
fix for spurious "Are you sure you want to quit?" message
This commit is contained in:
parent
633490c4e8
commit
30cbfc786e
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