Change type="CARD8" to type="char" where the X specs require a STRING8
[profile/ivi/xcb-proto.git] / src / xf86dri.xml
index bb37ca7..4527c2b 100644 (file)
@@ -26,7 +26,8 @@ sale, use or other dealings in this Software without prior written
 authorization from the authors.
 -->
 
-<xcb header="xf86dri" extension-xname="XFree86-DRI" extension-name="XF86Dri">
+<xcb header="xf86dri" extension-xname="XFree86-DRI" extension-name="XF86Dri"
+    major-version="4" minor-version="1">
 
     <!-- Using http://dri.sourceforge.net/doc/dri_extensions_low_level.txt -->
 
@@ -67,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>
@@ -86,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>