summaryrefslogtreecommitdiff
path: root/src/cairo-svg.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-11-21 00:10:03 -0500
committerBehdad Esfahbod <behdad@behdad.org>2006-11-21 00:22:19 -0500
commit12f8718a3ed40e51e3edd678874d0a13e0eaaa74 (patch)
treec66e97f73b0c8cf71be71a4d8c38886d91bfadff /src/cairo-svg.h
parent9cffc56228498e9d9fb1c047e1e1f2daaabac698 (diff)
downloadcairo-12f8718a3ed40e51e3edd678874d0a13e0eaaa74.tar.gz
[SVG] Define enum _cairo_svg_version.
Diffstat (limited to 'src/cairo-svg.h')
-rw-r--r--src/cairo-svg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-svg.h b/src/cairo-svg.h
index cb16fe0e6..2c4f5ab78 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;