From 15146b863759640e7a73fab2301fb28ef4dead84 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 9 Apr 2009 17:47:41 -0700 Subject: XQuartz: Properly set the window level for the root window (cherry picked from commit bdf9286d1cbfeaaf8eaf03d28091e91ee587ee25) --- miext/rootless/rootlessWindow.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'miext') diff --git a/miext/rootless/rootlessWindow.c b/miext/rootless/rootlessWindow.c index 5ce26bd2f..7bd7f18bb 100644 --- a/miext/rootless/rootlessWindow.c +++ b/miext/rootless/rootlessWindow.c @@ -48,8 +48,6 @@ extern int darwinMainScreenX, darwinMainScreenY; #endif #include "fb.h" -#define AppleWMNumWindowLevels 5 - #include "rootlessCommon.h" #include "rootlessWindow.h" @@ -105,12 +103,6 @@ current_time_in_seconds (void) return t; } */ -static inline Bool -rootlessHasRoot (ScreenPtr pScreen) -{ - return WINREC (WindowTable[pScreen->myNum]) != NULL; -} - void RootlessNativeWindowStateChanged (WindowPtr pWin, unsigned int state) { -- cgit v1.2.3