From ddeadd1c02880367ad786b113d352a519f45ec73 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Jul 2009 23:05:34 +0000 Subject: Merge LibCSS port to trunk. svn path=/trunk/netsurf/; revision=8752 --- image/svg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image/svg.h') diff --git a/image/svg.h b/image/svg.h index ec9c789c2..b191c4cd6 100644 --- a/image/svg.h +++ b/image/svg.h @@ -32,7 +32,8 @@ struct content_svg_data { struct svgtiny_diagram *diagram; }; -bool svg_create(struct content *c, const char *params[]); +bool svg_create(struct content *c, struct content *parent, + const char *params[]); bool svg_convert(struct content *c, int width, int height); void svg_destroy(struct content *c); bool svg_redraw(struct content *c, int x, int y, -- cgit v1.2.3