projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
659264c
)
Replace XIDs with CARD32s in the xc_misc protocol descriptions.
author
Ian Osgood
<iosgood@Titania.local>
Thu, 9 Mar 2006 06:56:40 +0000
(22:56 -0800)
committer
Ian Osgood
<iosgood@Titania.local>
Thu, 9 Mar 2006 06:56:40 +0000
(22:56 -0800)
(XIDs only exist client-side.)
src/extensions/xc_misc.xml
patch
|
blob
|
history
diff --git
a/src/extensions/xc_misc.xml
b/src/extensions/xc_misc.xml
index
5eb0591
..
8643503
100644
(file)
--- a/
src/extensions/xc_misc.xml
+++ b/
src/extensions/xc_misc.xml
@@
-18,7
+18,7
@@
for licensing information.
<request name="GetXIDRange" opcode="1">
<reply>
<pad bytes="1" />
- <field type="
XID
" name="start_id" />
+ <field type="
CARD32
" name="start_id" />
<field type="CARD32" name="count" />
</reply>
</request>
@@
-29,7
+29,7
@@
for licensing information.
<pad bytes="1" />
<field type="CARD32" name="ids_len" />
<pad bytes="20" />
- <list type="
XID
" name="ids">
+ <list type="
CARD32
" name="ids">
<fieldref>ids_len</fieldref>
</list>
</reply>