diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-02-08 11:37:52 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-02-27 15:46:22 -0800 |
commit | 13578b852b7631f99cf1fd5e2e5469edc5aae369 (patch) | |
tree | 20f3e9c9cc7c0e6786d53ab3430ea9581c3927f7 /hw/xquartz/quartz.h | |
parent | f3d19c0cf3327cceb90f7378f5d8fc0c3e327400 (diff) |
XQuartz: RandR: Capture the display when switching modes with RandR
This will prevent native windows from resizing as we change resolutions.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/quartz.h')
-rw-r--r-- | hw/xquartz/quartz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/quartz.h b/hw/xquartz/quartz.h index b83391db9..67a7919b2 100644 --- a/hw/xquartz/quartz.h +++ b/hw/xquartz/quartz.h @@ -124,6 +124,8 @@ extern Bool XQuartzFullscreenMenu; /* Show the menu bar (autohide) while in FS extern Bool XQuartzFullscreenDisableHotkeys; extern Bool XQuartzOptionSendsAlt; /* Alt or Mode_switch? */ +extern int32_t XQuartzShieldingWindowLevel; /* CGShieldingWindowLevel() or 0 */ + Bool QuartzAddScreen(int index, ScreenPtr pScreen); Bool QuartzSetupScreen(int index, ScreenPtr pScreen); void QuartzInitOutput(int argc,char **argv); |