summaryrefslogtreecommitdiff
path: root/riscos/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/jpeg.c')
-rw-r--r--riscos/jpeg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/jpeg.c b/riscos/jpeg.c
index 9a36b4593..842480878 100644
--- a/riscos/jpeg.c
+++ b/riscos/jpeg.c
@@ -70,7 +70,8 @@ void jpeg_destroy(struct content *c)
void jpeg_redraw(struct content *c, long x, long y,
- unsigned long width, unsigned long height)
+ unsigned long width, unsigned long height,
+ long clip_x0, long clip_y0, long clip_x1, long clip_y1)
{
os_factors factors;
factors.xmul = width;