summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr/xprAppleWM.c
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-07-26 23:34:49 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2010-09-28 09:50:35 -0700
commit229323a19b06f80d9b03f487e598b933b9b31d87 (patch)
tree24035ca6285a67b6d31e2ca6762f22d126af07fb /hw/xquartz/xpr/xprAppleWM.c
parent721edc69c3597578d3e7f711769ff0195af6068a (diff)
XQuartz: RandR: Don't change the rootless preference when changing RandR mode
Also renames a bunch of other variables for better consistency. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/xpr/xprAppleWM.c')
-rw-r--r--hw/xquartz/xpr/xprAppleWM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/xpr/xprAppleWM.c b/hw/xquartz/xpr/xprAppleWM.c
index 4b31e3a11..1a3d427b7 100644
--- a/hw/xquartz/xpr/xprAppleWM.c
+++ b/hw/xquartz/xpr/xprAppleWM.c
@@ -67,7 +67,7 @@ static int xprSetWindowLevel(
if(!winRec)
return BadWindow;
- if(quartzEnableRootless)
+ if(XQuartzIsRootless)
wc.window_level = normal_window_levels[level];
else
wc.window_level = rooted_window_levels[level];