mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 13:18:03 +02: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 )
|
char **argv )
|
||||||
{
|
{
|
||||||
#ifdef INXQUARTZ
|
#ifdef INXQUARTZ
|
||||||
|
X11ApplicationSetCanQuit(1);
|
||||||
X11ApplicationServerReady();
|
X11ApplicationServerReady();
|
||||||
#else
|
#else
|
||||||
QuartzMessageMainThread(kQuartzServerStarted, NULL, 0);
|
QuartzMessageMainThread(kQuartzServerStarted, NULL, 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue