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, 2 insertions, 0 deletions
diff --git a/include/libnsgif.h b/include/libnsgif.h
index 50dc688..f220460 100644
--- a/include/libnsgif.h
+++ b/include/libnsgif.h
@@ -62,6 +62,8 @@ typedef struct gif_frame {
unsigned int redraw_width;
/** height of redraw rectangle */
unsigned int redraw_height;
+ /* Frame flags */
+ unsigned int flags;
} gif_frame;
/* API for Bitmap callbacks */