summaryrefslogtreecommitdiff
path: root/include/libnsgif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnsgif.h')
-rw-r--r--include/libnsgif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnsgif.h b/include/libnsgif.h
index a11c3a5..ae6691c 100644
--- a/include/libnsgif.h
+++ b/include/libnsgif.h
@@ -53,7 +53,7 @@ typedef struct gif_frame {
/** whether we acknoledge transparency */
bool transparency;
/** the index designating a transparent pixel */
- unsigned char transparency_index;
+ unsigned int transparency_index;
/** x co-ordinate of redraw rectangle */
unsigned int redraw_x;
/** y co-ordinate of redraw rectangle */