diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-07-26 11:45:59 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-09-28 09:50:35 -0700 |
commit | 721edc69c3597578d3e7f711769ff0195af6068a (patch) | |
tree | dcd9ee3560b147a6744fb23fae14ec9f78ff3c40 /hw/xquartz/quartzRandR.h | |
parent | 026a47e21226b64eb9a7624ada3d74c3fe5fa763 (diff) |
XQuartz: RandR: Better handle switching betwen RandR modes that share CG modes
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'hw/xquartz/quartzRandR.h')
-rw-r--r-- | hw/xquartz/quartzRandR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/quartzRandR.h b/hw/xquartz/quartzRandR.h index 8ee2818e3..4a7990e26 100644 --- a/hw/xquartz/quartzRandR.h +++ b/hw/xquartz/quartzRandR.h @@ -34,7 +34,7 @@ typedef struct { size_t width, height; int refresh; - const void *ref; + void *ref; /* CGDisplayModeRef or CFDictionaryRef */ } QuartzModeInfo, *QuartzModeInfoPtr; // Quartz specific per screen storage structure |