summaryrefslogtreecommitdiff
path: root/image/gifread.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/gifread.h')
-rw-r--r--image/gifread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/gifread.h b/image/gifread.h
index 8e91b7e40..5099ae4fe 100644
--- a/image/gifread.h
+++ b/image/gifread.h
@@ -67,6 +67,7 @@ typedef struct gif_animation {
unsigned int *local_colour_table; /**< local colour table */
int dirty_frame; /**< the current dirty frame, or -1 for none */
struct bitmap *frame_image; /**< currently decoded image */
+ int current_error; /**< current error type, or 0 for none*/
} gif_animation;
int gif_initialise(struct gif_animation *gif);