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

index 8a4933c..fb15d89 100644 (file)
@@ -300,11 +300,13 @@ authorization from the authors.
     <request name="SelectVideoNotify" opcode="10">
         <field type="DRAWABLE" name="drawable" />
         <field type="BOOL" name="onoff" />
+        <pad bytes="3" />
     </request>
 
     <request name="SelectPortNotify" opcode="11">
         <field type="PORT" name="port" />
         <field type="BOOL" name="onoff" />
+        <pad bytes="3" />
     </request>
 
     <request name="QueryBestSize" opcode="12">
@@ -314,6 +316,7 @@ authorization from the authors.
         <field type="CARD16" name="drw_w" />
         <field type="CARD16" name="drw_h" />
         <field type="BOOL" name="motion" />
+        <pad bytes="3" />
         <reply>
             <pad bytes="1" />
             <field type="CARD16" name="actual_width" />
@@ -420,5 +423,6 @@ authorization from the authors.
         <field type="CARD16" name="width" />
         <field type="CARD16" name="height" />
         <field type="CARD8" name="send_event" />
+        <pad bytes="3" />
     </request>
 </xcb>