OutputPropertyNotifyMask is a valid thing to select for.

This commit is contained in:
Tomas Carnecky 2008-07-31 10:03:56 -04:00 committed by Adam Jackson
parent 64ebeeb526
commit 68fd6604a1

View File

@ -85,7 +85,8 @@ ProcRRSelectInput (ClientPtr client)
if (stuff->enable & (RRScreenChangeNotifyMask|
RRCrtcChangeNotifyMask|
RROutputChangeNotifyMask))
RROutputChangeNotifyMask|
RROutputPropertyNotifyMask))
{
ScreenPtr pScreen = pWin->drawable.pScreen;
rrScrPriv (pScreen);