[Xcb-commit] src

Peter Harris peterh at kemper.freedesktop.org
Wed Oct 28 14:17:07 PDT 2009


 src/xfixes.xml |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0b6663d19e72c02dd478b5756242220714be0b9e
Author: Peter Harris <pharris at opentext.com>
Date:   Wed Oct 28 16:05:26 2009 -0400

    Fix length calculation for xfixes/FetchRegion reply
    
    Signed-off-by: Peter Harris <pharris at opentext.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>

diff --git a/src/xfixes.xml b/src/xfixes.xml
index f6b0623..9bbeaab 100644
--- a/src/xfixes.xml
+++ b/src/xfixes.xml
@@ -229,7 +229,10 @@ authorization from the authors.
       <field type="RECTANGLE" name="extents" />
       <pad bytes="16" />
       <list  type="RECTANGLE" name="rectangles">
+	<op op='/'>
 		<fieldref>length</fieldref>
+		<value>2</value>
+	</op>
       </list>
     </reply>
   </request>


More information about the xcb-commit mailing list