mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
OutputPropertyNotifyMask is a valid thing to select for.
This commit is contained in:
committed by
Adam Jackson
parent
64ebeeb526
commit
68fd6604a1
@@ -85,7 +85,8 @@ ProcRRSelectInput (ClientPtr client)
|
||||
|
||||
if (stuff->enable & (RRScreenChangeNotifyMask|
|
||||
RRCrtcChangeNotifyMask|
|
||||
RROutputChangeNotifyMask))
|
||||
RROutputChangeNotifyMask|
|
||||
RROutputPropertyNotifyMask))
|
||||
{
|
||||
ScreenPtr pScreen = pWin->drawable.pScreen;
|
||||
rrScrPriv (pScreen);
|
||||
|
||||
Reference in New Issue
Block a user