mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 18:18:11 +02:00
Fix error padding
Part-of: <https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/60>
This commit is contained in:
parent
a8fae863b7
commit
2ec66abb88
1 changed files with 2 additions and 2 deletions
|
|
@ -1110,14 +1110,14 @@ The extension-specific event type
|
|||
<field type="CARD32" name="bad_value" />
|
||||
<field type="CARD16" name="minor_opcode" />
|
||||
<field type="CARD8" name="major_opcode" />
|
||||
<pad bytes="1" />
|
||||
<pad bytes="21" />
|
||||
</error>
|
||||
|
||||
<error name="Value" number="2">
|
||||
<field type="CARD32" name="bad_value" />
|
||||
<field type="CARD16" name="minor_opcode" />
|
||||
<field type="CARD8" name="major_opcode" />
|
||||
<pad bytes="1" />
|
||||
<pad bytes="21" />
|
||||
</error>
|
||||
|
||||
<errorcopy name="Window" number="3" ref="Value" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue