From 30cbfc786e4fedda3fe070bacceabe1d9212d00b Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Thu, 8 Nov 2007 22:17:38 -0800 Subject: [PATCH] fix for spurious "Are you sure you want to quit?" message --- hw/darwin/quartz/quartz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/darwin/quartz/quartz.c b/hw/darwin/quartz/quartz.c index a0eb4ed8c..34f5e45fa 100644 --- a/hw/darwin/quartz/quartz.c +++ b/hw/darwin/quartz/quartz.c @@ -186,6 +186,7 @@ void DarwinModeInitInput( char **argv ) { #ifdef INXQUARTZ + X11ApplicationSetCanQuit(1); X11ApplicationServerReady(); #else QuartzMessageMainThread(kQuartzServerStarted, NULL, 0);