Change type="CARD8" to type="char" where the X specs require a STRING8
authorThomas Hunger <hto@arcor.de>
Wed, 4 Jul 2007 11:58:25 +0000 (13:58 +0200)
committerPeter Harris <peter.harris@hummingbird.com>
Wed, 19 Nov 2008 16:36:20 +0000 (11:36 -0500)
src/glx.xml
src/sync.xml
src/xf86dri.xml
src/xproto.xml

index 4689249..544b543 100644 (file)
@@ -311,7 +311,7 @@ The patch that fixed this server bug in X.org CVS is here:
                        <pad bytes="4" />
                        <field type="CARD32" name="str_len" />
                        <pad bytes="16" />
-                       <list type="CARD8" name="string">
+                       <list type="char" name="string">
                                <fieldref>str_len</fieldref>
                        </list>
                </reply>
@@ -321,7 +321,7 @@ The patch that fixed this server bug in X.org CVS is here:
                <field type="CARD32" name="major_version" />
                <field type="CARD32" name="minor_version" />
                <field type="CARD32" name="str_len" />
-               <list type="CARD8" name="string">
+               <list type="char" name="string">
                        <fieldref>str_len</fieldref>
                </list>
        </request>
@@ -841,7 +841,7 @@ The patch that fixed this server bug in X.org CVS is here:
                        <pad bytes="4" />
                        <field type="CARD32" name="n" />
                        <pad bytes="16" />
-                       <list type="CARD8" name="string">
+                       <list type="char" name="string">
                                <fieldref>n</fieldref>
                        </list>
                </reply>
index d90c714..8e7adc7 100644 (file)
@@ -48,7 +48,7 @@ for licensing information.
     <field type="COUNTER" name="counter" />
     <field type="INT64" name="resolution" />
     <field type="CARD16" name="name_len" />
-    <list type="CARD8" name="name">
+    <list type="char" name="name">
       <fieldref>name_len</fieldref>
     </list>
   </struct>
index c05b724..4527c2b 100644 (file)
@@ -68,7 +68,7 @@ authorization from the authors.
            <field type="CARD32" name="sarea_handle_high" />
            <field type="CARD32" name="bus_id_len" />
            <pad bytes="12" />
-           <list type="CARD8" name="bus_id">
+           <list type="char" name="bus_id">
                <fieldref>bus_id_len</fieldref>
            </list>
        </reply>
@@ -87,7 +87,7 @@ authorization from the authors.
            <field type="CARD32" name="client_driver_patch_version" />
            <field type="CARD32" name="client_driver_name_len" />
            <pad bytes="8" />
-           <list type="CARD8" name="client_driver_name">
+           <list type="char" name="client_driver_name">
                <fieldref>client_driver_name_len</fieldref>
            </list>
        </reply>
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>