diff options
Diffstat (limited to 'hw/xquartz/xpr/xprScreen.c')
-rw-r--r-- | hw/xquartz/xpr/xprScreen.c | 3 |
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(); } /* |