summaryrefslogtreecommitdiff
path: root/riscos/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gif.h')
-rw-r--r--riscos/gif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gif.h b/riscos/gif.h
index f6365071a..1a800438f 100644
--- a/riscos/gif.h
+++ b/riscos/gif.h
@@ -28,7 +28,7 @@ struct content_gif_data {
bool nsgif_create(struct content *c, const char *params[]);
bool nsgif_convert(struct content *c, int width, int height);
void nsgif_destroy(struct content *c);
-void nsgif_redraw(struct content *c, int x, int y,
+bool nsgif_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);