[Xcb-commit] src

Ian Osgood iano at kemper.freedesktop.org
Wed Nov 1 21:35:26 PST 2006


 src/xproto.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 372f3b46eca54ac3cf6fbf9162742289ddfeac1e (from db02bf21d9e3f9d812d808bfcef8dd453656e6fd)
Author: Ian Osgood <iano at quirkster.com>
Date:   Wed Nov 1 21:35:24 2006 -0800

    Fix cap style enumeration (bug #8857).

diff --git a/src/xproto.xml b/src/xproto.xml
index 7f30694..514659d 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -1421,8 +1421,8 @@ authorization from the authors.
 
   <enum name="CapStyle">
     <item name="NotLast">   <value>0</value></item>
-    <item name="Cap">       <value>1</value></item>
-    <item name="Butt">      <value>2</value></item>
+    <item name="Butt">      <value>1</value></item>
+    <item name="Round">     <value>2</value></item>
     <item name="Projecting"><value>3</value></item>
   </enum>
 


More information about the xcb-commit mailing list