summaryrefslogtreecommitdiff
path: root/riscos/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/jpeg.h')
-rw-r--r--riscos/jpeg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/jpeg.h b/riscos/jpeg.h
index c81cff6b6..092840e73 100644
--- a/riscos/jpeg.h
+++ b/riscos/jpeg.h
@@ -22,6 +22,7 @@ void jpeg_revive(struct content *c, unsigned int width, unsigned int height);
void jpeg_reformat(struct content *c, unsigned int width, unsigned int height);
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);
#endif