summaryrefslogtreecommitdiff
path: root/image/ico.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/ico.h')
-rw-r--r--image/ico.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/ico.h b/image/ico.h
index 75f79a92e..6ed8b59d2 100644
--- a/image/ico.h
+++ b/image/ico.h
@@ -49,6 +49,7 @@ bool nsico_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 nsico_clone(const struct content *old, struct content *new_content);
bool nsico_set_bitmap_from_size(struct hlcache_handle *h,
int width, int height);