mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 07:20:08 +01:00
randr: Allow RRSelectInput for ProviderChange and ResourceChange events
[ajax: To be clear, we already have code to emit these events, and it looks like it works, but to get them you'd have had to also ask for one of the other notify types. This makes it possible to listen for e.g. ProviderChange alone.] Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Michal Srb <msrb@suse.com>
This commit is contained in:
parent
5437949a51
commit
91c7acfc34
1 changed files with 3 additions and 1 deletions
|
|
@ -92,7 +92,9 @@ ProcRRSelectInput(ClientPtr client)
|
|||
RRCrtcChangeNotifyMask |
|
||||
RROutputChangeNotifyMask |
|
||||
RROutputPropertyNotifyMask |
|
||||
RRProviderPropertyNotifyMask)) {
|
||||
RRProviderChangeNotifyMask |
|
||||
RRProviderPropertyNotifyMask |
|
||||
RRResourceChangeNotifyMask)) {
|
||||
ScreenPtr pScreen = pWin->drawable.pScreen;
|
||||
|
||||
rrScrPriv(pScreen);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue