mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 14:10:06 +01:00
OutputPropertyNotifyMask is a valid thing to select for.
This commit is contained in:
parent
64ebeeb526
commit
68fd6604a1
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ ProcRRSelectInput (ClientPtr client)
|
|||
|
||||
if (stuff->enable & (RRScreenChangeNotifyMask|
|
||||
RRCrtcChangeNotifyMask|
|
||||
RROutputChangeNotifyMask))
|
||||
RROutputChangeNotifyMask|
|
||||
RROutputPropertyNotifyMask))
|
||||
{
|
||||
ScreenPtr pScreen = pWin->drawable.pScreen;
|
||||
rrScrPriv (pScreen);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue