summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-04-09 03:55:13 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-04-09 03:55:13 -0700
commit5ecc497f71c2133f773f6c56ad76cb778862ddd6 (patch)
treef051dba1466718d29d9bdb86c64553a820b73a7f
parentc80d0ec18ef5b842447d31360406d0b5b9424222 (diff)
XQuartz: In rooted mode, make sure we start in the hidden state.
-rw-r--r--hw/xquartz/xpr/xprScreen.c3
1 files changed, 3 insertions, 0 deletions
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();
}
/*