diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-26 20:40:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-28 00:07:28 -0700 |
commit | ddc00f44df77ff3309b2b7cd77d3423781947b14 (patch) | |
tree | 5605bd5adf0d98a0c5147a59e5a6372fcaece039 /randrproto.txt | |
parent | 7339eaea1296de0e0f3ebc03d3606470ba143ac3 (diff) |
spec: Correct size of outputs in RRSetCrtcConfig encoding
Each OUTPUT is 4 bytes, not 8.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/randrproto.txt b/randrproto.txt index 478c507..27fc2f3 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -2527,7 +2527,7 @@ A.2.1 Protocol Requests added with version 1.2 RRSetCrtcConfig 1 CARD8 major opcode 1 21 RandR opcode - 2 7+2n length + 2 7+n length 4 CRTC crtc 4 TIMESTAMP timestamp 4 TIMESTAMP config timestamp @@ -2536,7 +2536,7 @@ A.2.1 Protocol Requests added with version 1.2 4 MODE mode 2 ROTATION rotation/reflection 2 unused - 8n LISTofOUTPUT outputs + 4n LISTofOUTPUT outputs ▶ 1 1 Reply 1 RRCONFIGSTATUS status |