[Xcb-commit] xcb-proto/src/extensions shape.xml,1.7,1.8
Jeremy Kolb
jkolb at brandeis.edu
Fri Jul 15 22:47:59 EST 2005
We can place enums as types? I didn't think that that would work. Awesome,
Now I have a bunch of things to change haha.
How's ecore going? I've switched to e17 as my default desktop now but I
haven't compiled xcb support into ecore yet.
Jeremy
Quoting Vincent Torri <xcb-commit at lists.freedesktop.org>:
> 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>
>
> _______________________________________________
> xcb-commit mailing list
> xcb-commit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb-commit
>
More information about the xcb-commit
mailing list