From a74417d782a39423e44a5a2e573816894635c234 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 26 Aug 2012 18:31:16 -0700 Subject: 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 --- randrproto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'randrproto.txt') 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 -- cgit v1.2.1