summaryrefslogtreecommitdiff
path: root/include/nsgif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nsgif.h')
-rw-r--r--include/nsgif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index 6029135..fe11d29 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -322,6 +322,8 @@ const char *nsgif_str_disposal(enum nsgif_disposal disposal);
typedef struct nsgif_frame_info {
/** whether the frame should be displayed/animated */
bool display;
+ /** whether the frame may have transparency */
+ bool transparency;
/** Disposal method for previous frame; affects plotting */
uint8_t disposal;