xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu Apr 9 03:56:45 PDT 2009


 hw/xquartz/xpr/xprScreen.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5ecc497f71c2133f773f6c56ad76cb778862ddd6
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Thu Apr 9 03:55:13 2009 -0700

    XQuartz: In rooted mode, make sure we start in the hidden state.

diff --git a/hw/xquartz/xpr/xprScreen.c b/hw/xquartz/xpr/xprScreen.c
index da262f6..1fac9ec 100644
--- a/hw/xquartz/xpr/xprScreen.c
+++ b/hw/xquartz/xpr/xprScreen.c
@@ -256,6 +256,9 @@ xprDisplayInit(void)
 
     AppleDRIExtensionInit();
     xprAppleWMInit();
+
+    if (!quartzEnableRootless)
+        RootlessHideAllWindows();
 }
 
 /*


More information about the xorg-commit mailing list