summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--image/svg.c4
1 files changed, 2 insertions, 2 deletions
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];