diff options
author | Thomas Hunger <hto@arcor.de> | 2007-07-04 13:58:25 +0200 |
---|---|---|
committer | Peter Harris <peter.harris@hummingbird.com> | 2008-11-19 11:36:20 -0500 |
commit | cb4beff523f586cdaf60e57fa479a9340bdcbd50 (patch) | |
tree | 0801014a16d29c086fb562dc448cf0e1c63e9d19 /src/xproto.xml | |
parent | 05661475698179c9353087740b6595e66ffdca5b (diff) | |
download | xcb-proto-cb4beff523f586cdaf60e57fa479a9340bdcbd50.tar.gz |
Change type="CARD8" to type="char" where the X specs require a STRING8
Diffstat (limited to 'src/xproto.xml')
-rw-r--r-- | src/xproto.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xproto.xml b/src/xproto.xml index 5b7ea62..89df956 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -899,7 +899,7 @@ authorization from the authors. <pad bytes="1" /> <field type="CARD16" name="name_len" /> <pad bytes="22" /> - <list type="CARD8" name="name"> + <list type="char" name="name"> <fieldref>name_len</fieldref> </list> </reply> |