summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-05-09 08:46:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-05-09 08:46:12 +0000
commit05945ebf1dacf4b74fd7a6016297a9431ee83112 (patch)
treee8b12582263725fe3ae3cc319d5c83ced4f5ef44
parent37b389e699389d0cd2eab96288ab250e8c362d2e (diff)
downloadnetsurf-05945ebf1dacf4b74fd7a6016297a9431ee83112.tar.gz
netsurf-05945ebf1dacf4b74fd7a6016297a9431ee83112.tar.bz2
Fix Artworks content handler build.
svn path=/trunk/netsurf/; revision=12334
-rw-r--r--riscos/artworks.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/riscos/artworks.c b/riscos/artworks.c
index 2be64a633..8a25a3d47 100644
--- a/riscos/artworks.c
+++ b/riscos/artworks.c
@@ -112,7 +112,8 @@ static bool artworks_convert(struct content *c);
static void artworks_destroy(struct content *c);
static bool artworks_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 artworks_clone(const struct content *old, struct content **newc);
static content_type artworks_content_type(lwc_string *mime_type);
@@ -128,7 +129,6 @@ static const content_handler artworks_content_handler = {
artworks_redraw,
NULL,
NULL,
- NULL,
artworks_clone,
NULL,
artworks_content_type,
@@ -341,7 +341,8 @@ void artworks_destroy(struct content *c)
bool artworks_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 const ns_os_vdu_var_list vars = {
os_MODEVAR_XEIG_FACTOR,