diff options
author | Tomas Carnecky <tom@dbservice.com> | 2008-07-31 10:03:56 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-31 10:03:56 -0400 |
commit | 68fd6604a15b653d1fa244633eaaee9608a03ab3 (patch) | |
tree | d616a69c4e4a6fcb2e7a63c4ef6ac21492909f94 /randr/rrdispatch.c | |
parent | 64ebeeb5265a4c425b9397fdc86a6d81521a856e (diff) |
OutputPropertyNotifyMask is a valid thing to select for.
Diffstat (limited to 'randr/rrdispatch.c')
-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); |