diff options
-rw-r--r-- | randr/rrdispatch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/randr/rrdispatch.c b/randr/rrdispatch.c index 5525427f6..72c68e3fb 100644 --- a/randr/rrdispatch.c +++ b/randr/rrdispatch.c @@ -85,7 +85,8 @@ ProcRRSelectInput (ClientPtr client) if (stuff->enable & (RRScreenChangeNotifyMask| RRCrtcChangeNotifyMask| - RROutputChangeNotifyMask)) + RROutputChangeNotifyMask| + RROutputPropertyNotifyMask)) { ScreenPtr pScreen = pWin->drawable.pScreen; rrScrPriv (pScreen); |