diff options
Diffstat (limited to 'xserver/randr/rrscreen.c')
-rw-r--r-- | xserver/randr/rrscreen.c | 2 |
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); |