[cairo-commit] src/cairo-svg.h

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Nov 20 21:22:36 PST 2006


 src/cairo-svg.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 12f8718a3ed40e51e3edd678874d0a13e0eaaa74 (from 9cffc56228498e9d9fb1c047e1e1f2daaabac698)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Nov 21 00:10:03 2006 -0500

    [SVG] Define enum _cairo_svg_version.

diff --git a/src/cairo-svg.h b/src/cairo-svg.h
index cb16fe0..2c4f5ab 100644
--- a/src/cairo-svg.h
+++ b/src/cairo-svg.h
@@ -46,7 +46,7 @@ CAIRO_BEGIN_DECLS
  * #cairo_svg_version_t is used to describe the version number of the SVG
  * specification that a generated SVG file will conform to.
  */
-typedef enum {
+typedef enum _cairo_svg_version {
     CAIRO_SVG_VERSION_1_1,
     CAIRO_SVG_VERSION_1_2
 } cairo_svg_version_t;


More information about the cairo-commit mailing list