[Xcb-commit] src

Bart Massey bart at kemper.freedesktop.org
Fri Dec 7 14:25:22 PST 2007


 src/res.xml |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 5e266db51e8e85d324d0b898e911c28942075822
Author: Peter Harris <peter.harris at hummingbird.com>
Date:   Fri Dec 7 14:23:53 2007 -0800

    Change the protocol definition of X-Resource to use ATOMs.

diff --git a/src/res.xml b/src/res.xml
index b046ec2..d758d89 100644
--- a/src/res.xml
+++ b/src/res.xml
@@ -27,13 +27,15 @@ authorization from the authors.
 -->
 <xcb header="res" extension-xname="X-Resource" extension-name="Res"
     major-version="1" minor-version="0">
+    <import>xproto</import>
+
     <struct name="Client">
         <field type="CARD32" name="resource_base" />
         <field type="CARD32" name="resource_mask" />
     </struct>
 
     <struct name="Type">
-        <field type="CARD32" name="resource_type" />
+        <field type="ATOM" name="resource_type" />
         <field type="CARD32" name="count" />
     </struct>
 


More information about the xcb-commit mailing list