diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-28 20:27:52 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-29 15:22:44 -0800 |
commit | 435098a0dce6bca8870ec9725bf0af0969cd84fa (patch) | |
tree | 8649cb03138398fb67721270f6650a08b306f058 /dix/protocol.txt | |
parent | c1ac89c793614797e08d3d8e7fc9ba55be899130 (diff) |
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>
Diffstat (limited to 'dix/protocol.txt')
-rw-r--r-- | dix/protocol.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dix/protocol.txt b/dix/protocol.txt index 8e152edaa..f83f38c58 100644 --- a/dix/protocol.txt +++ b/dix/protocol.txt @@ -311,11 +311,22 @@ R028 RANDR:GetPanning R029 RANDR:SetPanning R030 RANDR:SetOutputPrimary 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 V001 RANDR:Notify E000 RANDR:BadRROutput E001 RANDR:BadRRCrtc E002 RANDR:BadRRMode +E003 RANDR:BadRRProvider R000 RECORD:QueryVersion R001 RECORD:CreateContext R002 RECORD:RegisterClients |