summaryrefslogtreecommitdiff
path: root/image/svg.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-05-09 08:10:27 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-05-09 08:10:27 +0000
commit94bcee728be8755ef2d89557d217a769d5928f87 (patch)
treedc0c4f735a39e28eaa4db6463a1bbf2ffd93917f /image/svg.c
parent8a74107c36d2c903c5e786bc38c1b52eeb39811b (diff)
downloadnetsurf-94bcee728be8755ef2d89557d217a769d5928f87.tar.gz
netsurf-94bcee728be8755ef2d89557d217a769d5928f87.tar.bz2
Fix declaration too.
svn path=/trunk/netsurf/; revision=12326
Diffstat (limited to 'image/svg.c')
-rw-r--r--image/svg.c3
1 files changed, 2 insertions, 1 deletions
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);