From ccc89083064d413c6785e1b740cf8e23c2eb4cfa Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 3 Nov 2012 14:13:47 +0000 Subject: More work to bring svgtiny into the libdom era --- src/svgtiny_internal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/svgtiny_internal.h') diff --git a/src/svgtiny_internal.h b/src/svgtiny_internal.h index 789651a..77a6698 100644 --- a/src/svgtiny_internal.h +++ b/src/svgtiny_internal.h @@ -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; -- cgit v1.2.3