summaryrefslogtreecommitdiff
path: root/riscos/sprite.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/sprite.c')
-rw-r--r--riscos/sprite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/sprite.c b/riscos/sprite.c
index cc75b54cd..fbff2f885 100644
--- a/riscos/sprite.c
+++ b/riscos/sprite.c
@@ -112,7 +112,7 @@ void sprite_destroy(struct content *c)
*/
bool sprite_redraw(struct content *c, int x, int y,
- int width, int height, struct rect *clip,
+ int width, int height, const struct rect *clip,
float scale, colour background_colour)
{
if (plot.flush && !plot.flush())