[Xcb-commit] 2 commits - xcb-proto

Ian Osgood iano at kemper.freedesktop.org
Wed Mar 8 23:02:08 PST 2006


 xcb-proto/src/extensions/xc_misc.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree a77637db437bdf3e1e3d5dbbeaac876925a035d2 (from parents)
Merge: 437c406d8271b4bf74be0902160bbfde2cdf6d31 b08f1cb9033cc9a6f4f1991fb95efad2bd1c1cd6
Author: Ian Osgood <iosgood at Titania.local>
Date:   Wed Mar 8 22:57:01 2006 -0800

    Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb

diff-tree 437c406d8271b4bf74be0902160bbfde2cdf6d31 (from ecaf5ab58b6c680149a967756e05e2af6414963a)
Author: Ian Osgood <iosgood at Titania.local>
Date:   Wed Mar 8 22:56:40 2006 -0800

    Replace XIDs with CARD32s in the xc_misc protocol descriptions.
    (XIDs only exist client-side.)

diff --git a/xcb-proto/src/extensions/xc_misc.xml b/xcb-proto/src/extensions/xc_misc.xml
index 5eb0591..8643503 100644
--- a/xcb-proto/src/extensions/xc_misc.xml
+++ b/xcb-proto/src/extensions/xc_misc.xml
@@ -18,7 +18,7 @@ for licensing information.
   <request name="GetXIDRange" opcode="1">
     <reply>
       <pad bytes="1" />
-      <field type="XID" name="start_id" />
+      <field type="CARD32" name="start_id" />
       <field type="CARD32" name="count" />
     </reply>
   </request>
@@ -29,7 +29,7 @@ for licensing information.
       <pad bytes="1" />
       <field type="CARD32" name="ids_len" />
       <pad bytes="20" />
-      <list type="XID" name="ids">
+      <list type="CARD32" name="ids">
         <fieldref>ids_len</fieldref>
       </list>
     </reply>


More information about the xcb-commit mailing list