[Xcb-commit] xcb-proto/src/extensions shape.xml,1.7,1.8

Vincent Torri xcb-commit at lists.freedesktop.org
Fri Jul 15 22:39:41 EST 2005


Update of /cvs/xcb/xcb-proto/src/extensions
In directory gabe:/tmp/cvs-serv6284

Modified Files:
	shape.xml 
Log Message:
oups, copy/paste...

Index: shape.xml
===================================================================
RCS file: /cvs/xcb/xcb-proto/src/extensions/shape.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- shape.xml	15 Jul 2005 12:33:06 -0000	1.7
+++ shape.xml	15 Jul 2005 12:39:39 -0000	1.8
@@ -29,7 +29,8 @@
   <typedef oldname="CARD8" newname="SHAPE_OP" />
   <typedef oldname="CARD8" newname="SHAPE_KIND" />
 
-  <enum name="SHAPE_OP">
+  <!-- Shape attributes of type SHAPE_OP. -->
+  <enum name="SO">
     <item name="Set" />
     <item name="Union" />
     <item name="Intersect" />
@@ -37,7 +38,8 @@
     <item name="Invert" />
   </enum>
 
-  <enum name="SHAPE_KIND">
+  <!-- Shape attributes of type SHAPE_KIND. -->
+  <enum name="SK">
     <item name="Bounding" />
     <item name="Clip" />
   </enum>



More information about the xcb-commit mailing list