summaryrefslogtreecommitdiff
path: root/riscos/artworks.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/artworks.c')
-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,