summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kościelnicki <koriakin@0x04.net>2010-05-13 21:05:56 +0000
committerJulien Cristau <jcristau@debian.org>2010-06-24 18:53:51 +0100
commit2af5884ab0797f2872028a90fffd4155109cdc4d (patch)
tree6493188ed74ecff9e47e44ab921a5b47e3e8fa8c
parentc34ce137fdb21fc9a52bb8d5a0c25e3c5d79e687 (diff)
downloadxorg-proto-dri2proto-2af5884ab0797f2872028a90fffd4155109cdc4d.tar.gz
Fix DRI2Connect line encoding to match existing code
Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--dri2proto.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/dri2proto.txt b/dri2proto.txt
index f74792e..dc46e58 100644
--- a/dri2proto.txt
+++ b/dri2proto.txt
@@ -618,20 +618,21 @@ A.2 Protocol Requests
DRI2Connect
1 CARD8 major opcode
1 1 DRI2 opcode
- 2 3+(n+p)/4 length
+ 2 3 length
4 WINDOW window
4 CARD32 driver type
1 1 Reply
1 unused
2 CARD16 sequence number
- 4 (n+m+p)/4 reply length
+ 4 (n+m+p+q)/4 reply length
4 n driver name length
4 m device name length
16 unused
n CARD8 driver name
+ p unused, p=pad(n)
m CARD8 device name
- p unused, p=pad(n+m)
+ q unused, q=pad(m)
└───
┌───