From b88a81b9d9570c3219dc924c3dd2b424d99ee4c3 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 23 Jun 2005 17:22:28 +0000 Subject: [project @ 2005-06-23 17:22:28 by rjw] Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. svn path=/import/netsurf/; revision=1761 --- image/bitmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'image/bitmap.h') diff --git a/image/bitmap.h b/image/bitmap.h index 1e68761b3..8c33b8100 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -33,5 +33,6 @@ char *bitmap_get_buffer(struct bitmap *bitmap); size_t bitmap_get_rowstride(struct bitmap *bitmap); void bitmap_destroy(struct bitmap *bitmap); bool bitmap_save(struct bitmap *bitmap, const char *path); +void bitmap_modified(struct bitmap *bitmap); #endif -- cgit v1.2.3