diff options
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 |