summaryrefslogtreecommitdiff
path: root/image/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.h')
-rw-r--r--image/gif.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/image/gif.h b/image/gif.h
index e280cefbd..88b50e947 100644
--- a/image/gif.h
+++ b/image/gif.h
@@ -25,5 +25,10 @@ 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, unsigned long background_colour);
+bool nsgif_redraw_tiled(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, unsigned long background_colour,
+ bool repeat_x, bool repeat_y);
#endif