summaryrefslogtreecommitdiff
path: root/xserver/randr/rrinfo.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-12-28 14:40:03 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-12-28 14:40:03 +0000
commitfc3a735d42a0dcd748b6b8dc2c63bafde01effd0 (patch)
tree9b40fc63ccdb80ebec638a8c31e73c17f8dbbaeb /xserver/randr/rrinfo.c
parentda8308393b93d5c87075d65ace98cd249643e165 (diff)
Update to xserver 1.14.5
Diffstat (limited to 'xserver/randr/rrinfo.c')
-rw-r--r--xserver/randr/rrinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/randr/rrinfo.c b/xserver/randr/rrinfo.c
index 1408d6f64..fc57bd408 100644
--- a/xserver/randr/rrinfo.c
+++ b/xserver/randr/rrinfo.c
@@ -225,7 +225,7 @@ RRScreenSetSizeRange(ScreenPtr pScreen,
pScrPriv->minHeight = minHeight;
pScrPriv->maxWidth = maxWidth;
pScrPriv->maxHeight = maxHeight;
- pScrPriv->changed = TRUE;
+ RRSetChanged(pScreen);
pScrPriv->configChanged = TRUE;
}