mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-13 09:20:32 +01:00
Darwin: fix for spurious "Are you sure you want to quit?" message
(cherry picked from commit 30cbfc786e)
This commit is contained in:
parent
28e73e99a9
commit
512dee9087
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ void DarwinModeInitInput(
|
|||
int argc,
|
||||
char **argv )
|
||||
{
|
||||
X11ApplicationSetCanQuit(1);
|
||||
X11ApplicationServerReady();
|
||||
// Do final display mode specific initialization before handling events
|
||||
if (quartzProcs->InitInput)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue