summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libnsgif.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/libnsgif.h b/include/libnsgif.h
index 81a67b5..a11c3a5 100644
--- a/include/libnsgif.h
+++ b/include/libnsgif.h
@@ -126,8 +126,10 @@ typedef struct gif_animation {
unsigned int buffer_size;
/** current number of frame holders */
unsigned int frame_holders;
- /** index in the colour table for the background colour */
- unsigned int background_index;
+ /** background index */
+ unsigned int bg_index;
+ /** background colour */
+ unsigned int bg_colour;
/** image aspect ratio (ignored) */
unsigned int aspect_ratio;
/** size of colour table (in entries) */