From 5ecc497f71c2133f773f6c56ad76cb778862ddd6 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 9 Apr 2009 03:55:13 -0700 Subject: [PATCH] XQuartz: In rooted mode, make sure we start in the hidden state. --- hw/xquartz/xpr/xprScreen.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/xquartz/xpr/xprScreen.c b/hw/xquartz/xpr/xprScreen.c index da262f654..1fac9ec60 100644 --- a/hw/xquartz/xpr/xprScreen.c +++ b/hw/xquartz/xpr/xprScreen.c @@ -256,6 +256,9 @@ xprDisplayInit(void) AppleDRIExtensionInit(); xprAppleWMInit(); + + if (!quartzEnableRootless) + RootlessHideAllWindows(); } /*