From 1fbcdd14d550e005863096ed216f490986a583c1 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 2 Nov 2004 23:23:07 +0000 Subject: [project @ 2004-11-02 23:23:07 by rjw] Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336 --- image/gifread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/gifread.h') diff --git a/image/gifread.h b/image/gifread.h index a19409898..77e899b81 100644 --- a/image/gifread.h +++ b/image/gifread.h @@ -64,7 +64,7 @@ typedef struct gif_animation { bool global_colours; /**< whether the GIF has a global colour table */ unsigned int *global_colour_table; /**< global colour table */ unsigned int *local_colour_table; /**< local colour table */ - bool dirty_frame; /**< whether the curent frame needs erasing on animation */ + unsigned int dirty_frame; /**< the current dirty frame, or -1 for none */ struct bitmap *frame_image; /**< currently decoded image */ } gif_animation; -- cgit v1.2.3