summaryrefslogtreecommitdiff
path: root/xserver/randr/rrscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/randr/rrscreen.c')
-rw-r--r--xserver/randr/rrscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/randr/rrscreen.c b/xserver/randr/rrscreen.c
index 39340ccee..36179ae89 100644
--- a/xserver/randr/rrscreen.c
+++ b/xserver/randr/rrscreen.c
@@ -143,7 +143,7 @@ RRScreenSizeNotify(ScreenPtr pScreen)
pScrPriv->height = pScreen->height;
pScrPriv->mmWidth = pScreen->mmWidth;
pScrPriv->mmHeight = pScreen->mmHeight;
- pScrPriv->changed = TRUE;
+ RRSetChanged(pScreen);
/* pScrPriv->sizeChanged = TRUE; */
RRTellChanged(pScreen);