mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 09:58:12 +02:00
[SVG] Define enum _cairo_svg_version.
This commit is contained in:
parent
9cffc56228
commit
12f8718a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue