mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 21:18:07 +02:00
shm: fix Completion event fields
This should fix Debian bug #530560. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
38426f8b89
commit
51c5112d18
1 changed files with 2 additions and 2 deletions
|
|
@ -34,9 +34,9 @@ authorization from the authors.
|
|||
<event name="Completion" number="0">
|
||||
<pad bytes="1" />
|
||||
<field type="DRAWABLE" name="drawable" />
|
||||
<field type="SEG" name="shmseg" />
|
||||
<field type="CARD16" name="minor_event" />
|
||||
<field type="BYTE" name="major_event" />
|
||||
<field type="CARD16" name="minor_event" />
|
||||
<field type="SEG" name="shmseg" />
|
||||
<pad bytes="1" />
|
||||
<field type="CARD32" name="offset" />
|
||||
</event>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue