shape: add missing padding bytes

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-01 15:05:41 +02:00
parent e4fba94ba6
commit 109a70c496

View file

@ -57,6 +57,7 @@ authorization from the authors.
<field type="CARD16" name="extents_height" />
<field type="TIMESTAMP" name="server_time" />
<field type="BOOL" name="shaped" />
<pad bytes="11" />
</event>
<request name="QueryVersion" opcode="0">
@ -128,6 +129,7 @@ authorization from the authors.
<request name="SelectInput" opcode="6">
<field type="WINDOW" name="destination_window" />
<field type="BOOL" name="enable" />
<pad bytes="3" />
</request>
<request name="InputSelected" opcode="7">
@ -140,6 +142,7 @@ authorization from the authors.
<request name="GetRectangles" opcode="8">
<field type="WINDOW" name="window" />
<field type="KIND" name="source_kind" />
<pad bytes="3" />
<reply>
<field type="BYTE" name="ordering" />
<field type="CARD32" name="rectangles_len" />