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

This commit is contained in:
Ben Byer 2007-11-08 22:17:38 -08:00 committed by Jeremy Huddleston
parent 633490c4e8
commit 30cbfc786e

View File

@ -186,6 +186,7 @@ void DarwinModeInitInput(
char **argv )
{
#ifdef INXQUARTZ
X11ApplicationSetCanQuit(1);
X11ApplicationServerReady();
#else
QuartzMessageMainThread(kQuartzServerStarted, NULL, 0);