mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
1.4 spec: Add descriptions of new RRSELECTMASK bits
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@gmail.com>
This commit is contained in:
parent
75a1d1aa8f
commit
7b4b49760f
1 changed files with 22 additions and 1 deletions
|
|
@ -277,7 +277,10 @@ ROTATION { Rotate_0
|
|||
RRSELECTMASK { RRScreenChangeNotifyMask
|
||||
RRCrtcChangeNotifyMask (New in version 1.2)
|
||||
RROutputChangeNotifyMask (New in version 1.2)
|
||||
RROutputPropertyNotifyMask (New in version 1.2) }
|
||||
RROutputPropertyNotifyMask (New in version 1.2)
|
||||
RRProviderChangeNotifyMask (New in version 1.4)
|
||||
RRProviderPropertyNotifyMask (New in version 1.4)
|
||||
RRResourceChangeNotifyMask (New in version 1.4) }
|
||||
|
||||
SIZEID { CARD16 }
|
||||
|
||||
|
|
@ -401,6 +404,20 @@ The name of this extension is "RANDR".
|
|||
RROutputPropertyNotify events will be sent when properties change on
|
||||
this output.
|
||||
|
||||
New for version 1.4:
|
||||
|
||||
If 'enable' contains RRProviderChangeNotifyMask,
|
||||
RRProviderChangeNotify events will be sent whenever the role for a
|
||||
provider object has changed.
|
||||
|
||||
If 'enable' contains RRProviderPropertyNotifyMask,
|
||||
RRProviderPropertyNotify events will be sent when properties change
|
||||
on a provider object.
|
||||
|
||||
If 'enable' contains RRResourceChangeNotifyMask,
|
||||
RRResourceChangeNotify events will be sent whenever the set of
|
||||
available RandR resources associated with the screen has changed.
|
||||
|
||||
┌───
|
||||
RRSetScreenConfig
|
||||
window: WINDOW
|
||||
|
|
@ -2070,6 +2087,10 @@ A.1 Common Types
|
|||
0x0002 CrtcChangeNotifyMask Added in version 1.2
|
||||
0x0004 OutputChangeNotifyMask Added in version 1.2
|
||||
0x0008 OutputPropertyNotifyMask Added in version 1.2
|
||||
0x0010 ProviderChangeNotifyMask Added in version 1.4
|
||||
0x0020 ProviderPropertyNotifyMask Added in version 1.4
|
||||
0x0040 ResourceChangeNotifyMask Added in version 1.4
|
||||
|
||||
└───
|
||||
Event select mask for RRSelectInput
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue