From 8a74107c36d2c903c5e786bc38c1b52eeb39811b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 9 May 2011 08:03:36 +0000 Subject: Fix image/svg.c build. svn path=/trunk/netsurf/; revision=12325 --- image/svg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image/svg.c') diff --git a/image/svg.c b/image/svg.c index 781a9af48..06cba92cf 100644 --- a/image/svg.c +++ b/image/svg.c @@ -69,7 +69,6 @@ static const content_handler svg_content_handler = { svg_redraw, NULL, NULL, - NULL, svg_clone, NULL, svg_content_type, @@ -226,7 +225,8 @@ void svg_reformat(struct content *c, int width, int height) bool svg_redraw(struct content *c, int x, int y, int width, int height, const struct rect *clip, - float scale, colour background_colour) + float scale, colour background_colour, + bool repeat_x, bool repeat_y) { svg_content *svg = (svg_content *) c; float transform[6]; -- cgit v1.2.3