[Xcb-commit] Branch 'xspec' - 2 commits - xcb-proto

Alp Toker alp at kemper.freedesktop.org
Sun Apr 16 20:08:04 PDT 2006


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

New commits:
diff-tree f7b24a2d30d04b77b1b861d327887a2fd98ba1ad (from 04fc3a16e13b7ac45669a75c7a1172061073dd56)
Author: Alp Toker <alp at atoker.com>
Date:   Mon Apr 17 03:46:55 2006 +0100

    DPMS uses Version16, not Version32 in GetVersion

diff --git a/xcb-proto/src/extensions/dpms.xml b/xcb-proto/src/extensions/dpms.xml
index 1c4421e..eba838e 100644
--- a/xcb-proto/src/extensions/dpms.xml
+++ b/xcb-proto/src/extensions/dpms.xml
@@ -35,10 +35,10 @@ authorization from the authors.
     <item name="off" />
   </enum>
   <request name="GetVersion" number="0">
-    <field type="Version32" name="client-version" />
+    <field type="Version16" name="client-version" />
     <reply>
       <pad bytes="1" />
-      <field type="Version32" name="server-version" />
+      <field type="Version16" name="server-version" />
     </reply>
   </request>
   <request name="Capable" number="1">
diff-tree 04fc3a16e13b7ac45669a75c7a1172061073dd56 (from b945786cdf7808511eb4be475b6d93a2a01330bb)
Author: Alp Toker <alp at atoker.com>
Date:   Mon Apr 17 03:41:40 2006 +0100

    Use Ordering enum from core proto

diff --git a/xcb-proto/src/extensions/shape.xml b/xcb-proto/src/extensions/shape.xml
index 9c877a6..a3ecaf6 100644
--- a/xcb-proto/src/extensions/shape.xml
+++ b/xcb-proto/src/extensions/shape.xml
@@ -57,7 +57,7 @@ authorization from the authors.
   <request name="Rectangles" number="1">
     <field type="ShapeOp" name="operation" />
     <field type="ShapeKind" name="destination-kind" />
-    <field type="byte" name="ordering" />
+    <field type="Ordering" name="ordering" />
     <pad bytes="1" />
     <field type="Window" name="destination-window" />
     <field type="Point" name="offset" />
@@ -112,7 +112,7 @@ authorization from the authors.
     <field type="Window" name="window" />
     <field type="ShapeKind" name="source-kind" />
     <reply>
-      <field type="byte" name="ordering" />
+      <field type="Ordering" name="ordering" />
       <field type="CARD32" name="rectangles-len" />
       <list type="Rectangle" name="rectangles">
         <fieldref>rectangles-len</fieldref>


More information about the xcb-commit mailing list