summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2009-10-28 16:05:26 -0400
committerPeter Harris <pharris@opentext.com>2009-10-28 17:16:02 -0400
commit0b6663d19e72c02dd478b5756242220714be0b9e (patch)
tree1594d07d23d43408d2d0f64b4d4cd0cf8cf89b0f
parentb684b0d0806c59526f57ca4e36e77104eec1b580 (diff)
Fix length calculation for xfixes/FetchRegion reply
Signed-off-by: Peter Harris <pharris@opentext.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--src/xfixes.xml3
1 files changed, 3 insertions, 0 deletions
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>