[Xcb] [xcb-proto PATCH] xf86dri: fix GetDrawableInfo reply
Julien Cristau
jcristau at debian.org
Wed Jun 23 10:56:26 PDT 2010
Add missing fields and list of clip rects.
---
src/xf86dri.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/xf86dri.xml b/src/xf86dri.xml
index 981c968..5bfc572 100644
--- a/src/xf86dri.xml
+++ b/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>
--
1.7.1
More information about the Xcb
mailing list