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 d54bb8fafa
commit 906c3195c9

View File

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