summaryrefslogtreecommitdiff
path: root/include/nsgif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nsgif.h')
-rw-r--r--include/nsgif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index 2251060..208bc27 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -364,7 +364,7 @@ typedef struct nsgif_info {
/** background colour in same pixel format as \ref nsgif_bitmap_t. */
uint32_t background;
/** whether the GIF has a global colour table */
- bool colour_table;
+ bool global_palette;
} nsgif_info_t;
/**
@@ -398,7 +398,7 @@ typedef struct nsgif_frame_info {
/** whether the frame may have transparency */
bool transparency;
/** whether the frame has a local colour table */
- bool colour_table;
+ bool local_palette;
/** Disposal method for previous frame; affects plotting */
uint8_t disposal;