diff options
Diffstat (limited to 'proto/xcb-proto/src/xf86dri.xml')
-rw-r--r-- | proto/xcb-proto/src/xf86dri.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/proto/xcb-proto/src/xf86dri.xml b/proto/xcb-proto/src/xf86dri.xml index 981c9682f..5bfc5727a 100644 --- a/proto/xcb-proto/src/xf86dri.xml +++ b/proto/xcb-proto/src/xf86dri.xml @@ -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> |