Fix image/svg.c build.

svn path=/trunk/netsurf/; revision=12325
This commit is contained in:
Michael Drake 2011-05-09 08:03:36 +00:00
parent cf25f54364
commit 8a74107c36

View File

@ -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];