From 94bcee728be8755ef2d89557d217a769d5928f87 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 9 May 2011 08:10:27 +0000 Subject: Fix declaration too. svn path=/trunk/netsurf/; revision=12326 --- image/svg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image/svg.c') diff --git a/image/svg.c b/image/svg.c index 06cba92cf..94d719c43 100644 --- a/image/svg.c +++ b/image/svg.c @@ -53,7 +53,8 @@ static void svg_destroy(struct content *c); static void svg_reformat(struct content *c, int width, int height); static 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); static nserror svg_clone(const struct content *old, struct content **newc); static content_type svg_content_type(lwc_string *mime_type); -- cgit v1.2.3