[Xcb] [PATCH] res: Fix GetClientIds reply size

Peter Harris pharris at opentext.com
Tue May 24 21:00:52 UTC 2016


This diverges from the specification to match the current implementation
of the server.
---
 src/res.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/res.xml b/src/res.xml
index 17e6f83..c7cdf48 100644
--- a/src/res.xml
+++ b/src/res.xml
@@ -55,7 +55,10 @@ authorization from the authors.
         <field type="ClientIdSpec" name="spec" />
         <field type="CARD32" name="length" />
         <list type="CARD32" name="value">
-            <fieldref>length</fieldref>
+            <op op="/">
+                <fieldref>length</fieldref>
+                <value>4</value>
+            </op>
         </list>
     </struct>
 
-- 
2.7.4



More information about the Xcb mailing list