From 68fd6604a15b653d1fa244633eaaee9608a03ab3 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Thu, 31 Jul 2008 10:03:56 -0400 Subject: [PATCH] OutputPropertyNotifyMask is a valid thing to select for. --- randr/rrdispatch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);