[Xcb-commit] xcb-proto/src/extensions shape.xml,1.6,1.7
Vincent Torri
xcb-commit at lists.freedesktop.org
Fri Jul 15 22:33:08 EST 2005
Update of /cvs/xcb/xcb-proto/src/extensions
In directory gabe:/tmp/cvs-serv5114
Modified Files:
shape.xml
Log Message:
missing enum
Index: shape.xml
===================================================================
RCS file: /cvs/xcb/xcb-proto/src/extensions/shape.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- shape.xml 8 Nov 2004 00:26:01 -0000 1.6
+++ shape.xml 15 Jul 2005 12:33:06 -0000 1.7
@@ -29,6 +29,19 @@
<typedef oldname="CARD8" newname="SHAPE_OP" />
<typedef oldname="CARD8" newname="SHAPE_KIND" />
+ <enum name="SHAPE_OP">
+ <item name="Set" />
+ <item name="Union" />
+ <item name="Intersect" />
+ <item name="Substract" />
+ <item name="Invert" />
+ </enum>
+
+ <enum name="SHAPE_KIND">
+ <item name="Bounding" />
+ <item name="Clip" />
+ </enum>
+
<event name="Notify" number="0">
<field type="SHAPE_KIND" name="shape_kind" />
<field type="WINDOW" name="affected_window" />
More information about the xcb-commit
mailing list