summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2021-10-31 16:48:29 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2021-10-31 17:11:57 +0000
commit8eac839eed55432446077659c052b6459509af2a (patch)
tree4018eed17a82d938d6d712db959566b3fcfc2b5d /include
parent12580f6d6737c7a549f465cd76183798cb6539bc (diff)
downloadlibnsgif-8eac839eed55432446077659c052b6459509af2a.tar.gz
GIF: Move image descriptor parsing to frame initialisation.
Diffstat (limited to 'include')
-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 */