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 --- gtk/gtk_bitmap.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gtk/gtk_bitmap.c') diff --git a/gtk/gtk_bitmap.c b/gtk/gtk_bitmap.c index f1c184a4f..788d9c6cf 100644 --- a/gtk/gtk_bitmap.c +++ b/gtk/gtk_bitmap.c @@ -140,3 +140,12 @@ bool bitmap_save(struct bitmap *bitmap, const char *path) { return true; } + + +/** + * The bitmap image has changed, so flush any persistant cache. + * + * \param bitmap a bitmap, as returned by bitmap_create() + */ +void bitmap_modified(struct bitmap *bitmap) { +} -- cgit v1.2.3