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/jpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'image/jpeg.c') diff --git a/image/jpeg.c b/image/jpeg.c index 0482aa912..672571f2c 100644 --- a/image/jpeg.c +++ b/image/jpeg.c @@ -126,6 +126,7 @@ bool nsjpeg_convert(struct content *c, int w, int h) } #endif } while (cinfo.output_scanline != cinfo.output_height); + bitmap_modified(bitmap); jpeg_finish_decompress(&cinfo); jpeg_destroy_decompress(&cinfo); -- cgit v1.2.3