OutputPropertyNotifyMask is a valid thing to select for.
This commit is contained in:
parent
64ebeeb526
commit
68fd6604a1
|
@ -85,7 +85,8 @@ ProcRRSelectInput (ClientPtr client)
|
||||||
|
|
||||||
if (stuff->enable & (RRScreenChangeNotifyMask|
|
if (stuff->enable & (RRScreenChangeNotifyMask|
|
||||||
RRCrtcChangeNotifyMask|
|
RRCrtcChangeNotifyMask|
|
||||||
RROutputChangeNotifyMask))
|
RROutputChangeNotifyMask|
|
||||||
|
RROutputPropertyNotifyMask))
|
||||||
{
|
{
|
||||||
ScreenPtr pScreen = pWin->drawable.pScreen;
|
ScreenPtr pScreen = pWin->drawable.pScreen;
|
||||||
rrScrPriv (pScreen);
|
rrScrPriv (pScreen);
|
||||||
|
|
Loading…
Reference in New Issue