Change type="CARD8" to type="char" where the X specs require a STRING8
[free-sw/xcb/proto] / src / xproto.xml
index 5b7ea62..89df956 100644 (file)
@@ -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>