xv: add missing padding bytes
[free-sw/xcb/proto] / src / randr.xml
index 6a140de..aa14dc6 100644 (file)
@@ -27,7 +27,7 @@ authorization from the authors.
 -->
 
 <xcb header="randr" extension-xname="RANDR" extension-name="RandR"
-    extension-oneword="true" major-version="1" minor-version="2">
+    major-version="1" minor-version="2">
 
        <import>xproto</import>
        
@@ -284,7 +284,9 @@ authorization from the authors.
                        <field type="BOOL" name="range" />
                        <field type="BOOL" name="immutable" />
                        <pad bytes="21" />
-                       <list type="INT32" name="validValues" />
+                       <list type="INT32" name="validValues">
+                               <fieldref>length</fieldref>
+                       </list>
                </reply>
        </request>
 
@@ -320,6 +322,7 @@ authorization from the authors.
                <field type="CARD32" name="long_length" />
                <field type="BOOL" name="delete" />
                <field type="BOOL" name="pending" />
+               <pad bytes="2" />
                <reply>
                        <field type="CARD8" name="format" />
                        <field type="ATOM" name="type" />
@@ -392,6 +395,7 @@ authorization from the authors.
                <field type="INT16" name="y" />
                <field type="CARD32" name="mode" />
                <field type="CARD16" name="rotation" />         <!-- enum Rotation -->
+               <pad bytes="2" />
                <reply>
                        <field type="CARD8" name="status" />    <!-- enum SetConfig -->
                        <field type="TIMESTAMP" name="timestamp" />
@@ -403,6 +407,7 @@ authorization from the authors.
                <reply>
                        <field type="CARD8" name="status" />    <!-- enum SetConfig -->
                        <field type="CARD16" name="size" />
+                       <pad bytes="22" />
                </reply>
        </request>