summaryrefslogtreecommitdiff
path: root/riscos/mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/mng.h')
-rw-r--r--riscos/mng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/mng.h b/riscos/mng.h
index 6dee782ea..d5ba0ea2e 100644
--- a/riscos/mng.h
+++ b/riscos/mng.h
@@ -29,5 +29,5 @@ void nsmng_destroy(struct content *c);
bool nsmng_redraw(struct content *c, int x, int y,
int width, int height,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
- float scale);
+ float scale, unsigned long background_colour);
#endif