Add RANDR 1.4 requests & events to dix/protocol.txt
Checked against randrproto.txt & randr.h Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
c1ac89c793
commit
435098a0dc
|
@ -311,11 +311,22 @@ R028 RANDR:GetPanning
|
||||||
R029 RANDR:SetPanning
|
R029 RANDR:SetPanning
|
||||||
R030 RANDR:SetOutputPrimary
|
R030 RANDR:SetOutputPrimary
|
||||||
R031 RANDR:GetOutputPrimary
|
R031 RANDR:GetOutputPrimary
|
||||||
|
R032 RANDR:RRGetProviders
|
||||||
|
R033 RANDR:RRGetProviderInfo
|
||||||
|
R034 RANDR:RRSetProviderOffloadSink
|
||||||
|
R035 RANDR:RRSetProviderOutputSource
|
||||||
|
R036 RANDR:RRListProviderProperties
|
||||||
|
R037 RANDR:RRQueryProviderProperty
|
||||||
|
R038 RANDR:RRConfigureProviderProperty
|
||||||
|
R039 RANDR:RRChangeProviderProperty
|
||||||
|
R040 RANDR:RRDeleteProviderProperty
|
||||||
|
R041 RANDR:RRGetProviderProperty
|
||||||
V000 RANDR:ScreenChangeNotify
|
V000 RANDR:ScreenChangeNotify
|
||||||
V001 RANDR:Notify
|
V001 RANDR:Notify
|
||||||
E000 RANDR:BadRROutput
|
E000 RANDR:BadRROutput
|
||||||
E001 RANDR:BadRRCrtc
|
E001 RANDR:BadRRCrtc
|
||||||
E002 RANDR:BadRRMode
|
E002 RANDR:BadRRMode
|
||||||
|
E003 RANDR:BadRRProvider
|
||||||
R000 RECORD:QueryVersion
|
R000 RECORD:QueryVersion
|
||||||
R001 RECORD:CreateContext
|
R001 RECORD:CreateContext
|
||||||
R002 RECORD:RegisterClients
|
R002 RECORD:RegisterClients
|
||||||
|
|
Loading…
Reference in New Issue