summaryrefslogtreecommitdiff
path: root/xserver/randr/rrdispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/randr/rrdispatch.c')
-rw-r--r--xserver/randr/rrdispatch.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xserver/randr/rrdispatch.c b/xserver/randr/rrdispatch.c
index b9346d3f9..7fee2bf9c 100644
--- a/xserver/randr/rrdispatch.c
+++ b/xserver/randr/rrdispatch.c
@@ -92,7 +92,9 @@ ProcRRSelectInput(ClientPtr client)
RRCrtcChangeNotifyMask |
RROutputChangeNotifyMask |
RROutputPropertyNotifyMask |
- RRProviderPropertyNotifyMask)) {
+ RRProviderChangeNotifyMask |
+ RRProviderPropertyNotifyMask |
+ RRResourceChangeNotifyMask)) {
ScreenPtr pScreen = pWin->drawable.pScreen;
rrScrPriv(pScreen);