[Xcb] [PATCH proto 6/7] res: Fix and rename list in ClientIdValue

Daniel Martin consume.noise at gmail.com
Mon May 27 10:20:32 PDT 2013


The list is a CARD32 and rename the field to "value" to match the
specification.

Signed-off-by: Daniel Martin <consume.noise at gmail.com>
---
 src/res.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/res.xml b/src/res.xml
index 1dd3bd1..a5d1d8f 100644
--- a/src/res.xml
+++ b/src/res.xml
@@ -49,7 +49,7 @@ <struct name="ClientIdSpec">
     <struct name="ClientIdValue">
         <field type="ClientIdSpec" name="spec" />
         <field type="CARD32" name="length" />
-        <list type="CARD8" name="client_ids">
+        <list type="CARD32" name="value">
             <fieldref>length</fieldref>
         </list>
     </struct>
-- 
1.8.2.1



More information about the Xcb mailing list