diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-26 18:31:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-28 00:07:28 -0700 |
commit | a74417d782a39423e44a5a2e573816894635c234 (patch) | |
tree | 218878c467d06443d019b06e00ec7fb1bddc6a8b | |
parent | b52f4e39b670e98e56e346b7aa1393a2b24544f2 (diff) |
spec: Correct length for RRCreateMode in encoding section
(1 + 1 + 2 + 4 + 32) / 4 is 10 words, not 12
10 also matches the sz_xRRCreateModeReq value of 40 in randrproto.h
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | randrproto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randrproto.txt b/randrproto.txt index 7ff573b..e263108 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -2443,7 +2443,7 @@ A.2.1 Protocol Requests added with version 1.2 RRCreateMode 1 CARD8 major opcode 1 16 RandR opcode - 2 12+(n+p)/4 length + 2 10+(n+p)/4 length 4 WINDOW window 32 MODEINFO mode n STRING8 mode name |