summaryrefslogtreecommitdiff
path: root/riscos/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/image.h')
-rw-r--r--riscos/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/image.h b/riscos/image.h
index 17b9f08b6..b2f8b9b09 100644
--- a/riscos/image.h
+++ b/riscos/image.h
@@ -19,6 +19,6 @@ typedef enum {
bool image_redraw(osspriteop_area *area, int x, int y, int req_width,
int req_height, int width, int height,
unsigned long background_colour,
- bool repeatx, bool repeaty, image_type type);
+ bool repeatx, bool repeaty, bool background, image_type type);
#endif