randr: add missing padding bytes
authorJulien Danjou <julien@danjou.info>
Mon, 1 Sep 2008 13:05:39 +0000 (15:05 +0200)
committerJulien Danjou <julien@danjou.info>
Thu, 4 Sep 2008 22:50:23 +0000 (00:50 +0200)
Signed-off-by: Julien Danjou <julien@danjou.info>
src/randr.xml

index de552e7..aa14dc6 100644 (file)
@@ -322,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" />
@@ -394,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" />
@@ -405,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>