[Xcb-commit] src

Julien Danjou jdanjou at kemper.freedesktop.org
Wed Jan 11 08:04:43 PST 2012


 src/xproto.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08eb095955b1ea6a23df268a38b434f403a10229
Author: Robert Ancell <robert.ancell at gmail.com>
Date:   Wed Jan 11 17:03:47 2012 +0100

    Fix ChangeHosts address string
    
    ChangeHosts incorrectly encodes address as a string, not a binary blob. It
    should be the same as in the HOSTS structure.
    
    Fixes #43604
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/xproto.xml b/src/xproto.xml
index cbb5fa2..7b307b7 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -2295,7 +2295,7 @@ authorization from the authors.
     <field type="CARD8" name="family" enum="Family" />
     <pad bytes="1" />
     <field type="CARD16" name="address_len" />
-    <list type="char" name="address">
+    <list type="BYTE" name="address">
       <fieldref>address_len</fieldref>
     </list>
   </request>


More information about the xcb-commit mailing list