summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-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);