summaryrefslogtreecommitdiff
path: root/proto/xcb-proto/src/xf86dri.xml
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-27 19:12:48 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-27 19:12:48 +0000
commitdea059ffde4b758e8efd2d506865530b2d882b19 (patch)
treed385aaa10be0b1a7272593bc9341439a6922f02c /proto/xcb-proto/src/xf86dri.xml
parent05ab6897ed1551f4cd64c8f2704a7f6a491eac33 (diff)
Update to xcb-proto 1.7. Tested by krw@, mpi@, shadchin@
Diffstat (limited to 'proto/xcb-proto/src/xf86dri.xml')
-rw-r--r--proto/xcb-proto/src/xf86dri.xml7
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>