mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 06:08:01 +02:00
xf86dri: fix GetDrawableInfo reply
Add missing fields and list of clip rects. Reviewed-by: Peter Harris <pharris@opentext.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f91186b9f3
commit
e7aa34e6b3
1 changed files with 6 additions and 1 deletions
|
|
@ -132,10 +132,15 @@ authorization from the authors.
|
|||
<field type="INT16" name="drawable_size_W" />
|
||||
<field type="INT16" name="drawable_size_H" />
|
||||
<field type="CARD32" name="num_clip_rects" />
|
||||
<pad bytes="4" />
|
||||
<field type="INT16" name="back_x" />
|
||||
<field type="INT16" name="back_y" />
|
||||
<field type="CARD32" name="num_back_clip_rects" />
|
||||
<list type="DrmClipRect" name="clip_rects">
|
||||
<fieldref>num_clip_rects</fieldref>
|
||||
</list>
|
||||
<list type="DrmClipRect" name="back_clip_rects">
|
||||
<fieldref>num_back_clip_rects</fieldref>
|
||||
</list>
|
||||
</reply>
|
||||
</request>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue