Darwin: fix for spurious "Are you sure you want to quit?" message

(cherry picked from commit 30cbfc786e)
This commit is contained in:
Ben Byer 2007-11-08 22:17:38 -08:00 committed by Jeremy Huddleston
parent 28e73e99a9
commit 512dee9087

View File

@ -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)