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
parent b36f667a34
commit 24ba8a985f

View File

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