From 79ce683b4e6d34fe327b00f1e427e476016cfab0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Apr 2010 12:41:19 +0000 Subject: Most of a stop implementation. Remaining work: 1) Clone content_html_data 2) Cloning content_css_data requires the charset of the old content 3) Calling hlcache_handle_abort() before a content has been created must clean up the retrieval context. svn path=/trunk/netsurf/; revision=10236 --- image/bmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'image/bmp.h') diff --git a/image/bmp.h b/image/bmp.h index 0ef5ba602..e78d52f6f 100644 --- a/image/bmp.h +++ b/image/bmp.h @@ -53,6 +53,7 @@ bool nsbmp_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 nsbmp_clone(const struct content *old, struct content *new_content); void *nsbmp_bitmap_create(int width, int height, unsigned int bmp_state); #endif /* WITH_BMP */ -- cgit v1.2.3