From ddc00f44df77ff3309b2b7cd77d3423781947b14 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 26 Aug 2012 20:40:06 -0700 Subject: spec: Correct size of outputs in RRSetCrtcConfig encoding Each OUTPUT is 4 bytes, not 8. Signed-off-by: Alan Coopersmith --- randrproto.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'randrproto.txt') 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 -- cgit v1.2.1