Darwin: fix for spurious "Are you sure you want to quit?" message
(cherry picked from commit 30cbfc786e4fedda3fe070bacceabe1d9212d00b)
This commit is contained in:
parent
28e73e99a9
commit
512dee9087
|
@ -189,6 +189,7 @@ void DarwinModeInitInput(
|
||||||
int argc,
|
int argc,
|
||||||
char **argv )
|
char **argv )
|
||||||
{
|
{
|
||||||
|
X11ApplicationSetCanQuit(1);
|
||||||
X11ApplicationServerReady();
|
X11ApplicationServerReady();
|
||||||
// Do final display mode specific initialization before handling events
|
// Do final display mode specific initialization before handling events
|
||||||
if (quartzProcs->InitInput)
|
if (quartzProcs->InitInput)
|
||||||
|
|
Loading…
Reference in New Issue