summaryrefslogtreecommitdiff
path: root/image/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.h')
-rw-r--r--image/gif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/gif.h b/image/gif.h
index 9a39ecf55..9b2eb9fd6 100644
--- a/image/gif.h
+++ b/image/gif.h
@@ -50,6 +50,7 @@ bool nsgif_redraw_tiled(struct content *c, int x, int y,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
float scale, colour background_colour,
bool repeat_x, bool repeat_y);
+bool nsgif_clone(const struct content *old, struct content *new_content);
void *nsgif_bitmap_create(int width, int height);
#endif /* WITH_GIF */