summaryrefslogtreecommitdiff
path: root/image/svg.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-05-09 08:03:36 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-05-09 08:03:36 +0000
commit8a74107c36d2c903c5e786bc38c1b52eeb39811b (patch)
treef03999891567c36c36a3ce42af37c6239b215134 /image/svg.c
parentcf25f543647a78eda1b24eff05f214ca98437f1d (diff)
downloadnetsurf-8a74107c36d2c903c5e786bc38c1b52eeb39811b.tar.gz
netsurf-8a74107c36d2c903c5e786bc38c1b52eeb39811b.tar.bz2
Fix image/svg.c build.
svn path=/trunk/netsurf/; revision=12325
Diffstat (limited to 'image/svg.c')
-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];