[SVG] Define enum _cairo_svg_version.

This commit is contained in:
Behdad Esfahbod 2006-11-21 00:10:03 -05:00
parent 9cffc56228
commit 12f8718a3e

View file

@ -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;