]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - src/svgtiny_internal.h
More work to bring svgtiny into the libdom era
[libsvgtiny.git] / src / svgtiny_internal.h
index 789651ac9c43426c11a4f800d495877e8d7d2177..77a669804c04852bbc9766dca5068254236265d6 100644 (file)
@@ -51,6 +51,12 @@ struct svgtiny_parse_state {
        struct {
                float a, b, c, d, e, f;
        } gradient_transform;
+
+       /* Interned strings */
+#define SVGTINY_STRING_ACTION(n) dom_string *interned_##n;
+#include "svgtiny_strings.h"
+#undef SVGTINY_STRING_ACTION
+
 };
 
 struct svgtiny_list;