[CPML] Wrapped CAIRO_PATH_... constants
commit1e64c834d6aa1894b92276296785d9294c9e6f2e
authorNicola Fontana <ntd@entidi.it>
Sat, 13 Feb 2010 16:59:52 +0000 (13 17:59 +0100)
committerNicola Fontana <ntd@entidi.it>
Sat, 13 Feb 2010 16:59:52 +0000 (13 17:59 +0100)
treeab4348d75e9e0591b76cc8fb8e0fadce1cac2d2b
parenta953391520d42e54cc32b80e8d0cedc532f2d98f
[CPML] Wrapped CAIRO_PATH_... constants

Using specific CPML_... constant instead of cairo ones. This was not
strictly necessary but it is needed in order to have at least one symbol
to document for every primitive (to make gtk-doc happy) and to be
consistent with the arc primitive, the only one currently undefined in
cairo.

Updated the whole project to reflect this change.
23 files changed:
adg/adg-adim.c
adg/adg-edges.c
adg/adg-ldim.c
adg/adg-path.c
adg/adg-primitive.c
adg/adg-rdim.c
adg/adg-trail.c
cpml/cpml-arc.c
cpml/cpml-arc.h
cpml/cpml-close.h
cpml/cpml-curve.c
cpml/cpml-curve.h
cpml/cpml-extents.c
cpml/cpml-line.c
cpml/cpml-line.h
cpml/cpml-pair.c
cpml/cpml-primitive.c
cpml/cpml-primitive.h
cpml/cpml-segment.c
cpml/cpml-util.c
cpml/cpml-util.h
cpml/cpml.h
demo/cpml-demo.c