Fix mistakes in file "randrproto.txt"
Submitted by AHX..@..il.com
Assigned to Xorg Project Team
Description
Patch for file
https://cgit.freedesktop.org/xorg/proto/randrproto/plain/randrproto.txt
diff --git a/randrproto.txt b/randrproto.txt
index c06bc90..29ffd24 100644
--- a/randrproto.txt
+++ b/randrproto.txt
@@ -2359,7 +2359,7 @@ A.1 Common Types
A.1.1 Common Types added in version 1.5 of the protocol
┌───
- MONITORINFO (16 + 4*n)
+ MONITORINFO (24 + 4*n)
4 ATOM name
1 BOOL primary
1 BOOL automatic
@@ -2969,7 +2969,7 @@ A.2.3 Protocol Requests added with version 1.4
2 CARD16 sequence number
4 1+c+o+(a*2)+(n+p)/4 reply length
4 TIMESTAMP timestamp
- 4 CARD32 capabilities
+ 4 PROVIDER_CAPS capabilities
2 c number of crtcs
2 o number of outputs
2 a number of associated providers
@@ -2978,7 +2978,7 @@ A.2.3 Protocol Requests added with version 1.4
4c LISTofCRTC crtcs
4o LISTofOUTPUT outputs
4a LISTofPROVIDER associated providers
- 4a CARD32 associated provider capability
+ 4a LISTofPROVIDER_CAPS associated provider capability
n STRING8 name
p unused, p=pad(n)
└───
@@ -3054,11 +3054,11 @@ A.2.3 Protocol Requests added with version 1.4
4 ATOM property
4 ATOM type
1 CARD8 format
- 1 mode
+ 2 mode
0 Replace
1 Prepend
2 Append
- 2 unused
+ 1 unused
4 CARD32 length of data in format units
(= n for format = 8)
(= n/2 for format = 16)
Version: git
Edited by Alan Coopersmith