[Xcb-commit] src

Julien Danjou jdanjou at kemper.freedesktop.org
Thu Jun 24 01:06:07 PDT 2010


 src/xf86dri.xml |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit e7aa34e6b3d846d0508ef08e74ea95d86da047d0
Author: Julien Cristau <jcristau at debian.org>
Date:   Wed Jun 23 18:56:26 2010 +0100

    xf86dri: fix GetDrawableInfo reply
    
    Add missing fields and list of clip rects.
    
    Reviewed-by: Peter Harris <pharris at opentext.com>
    Signed-off-by: Julien Danjou <julien at danjou.info>

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>
 


More information about the xcb-commit mailing list