From 0837e397a55e4a6c2993f67276d9921ab9f2974b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 22 Jan 2023 13:06:38 +0000 Subject: api: Add interlaced bool to frame info --- include/nsgif.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/nsgif.h b/include/nsgif.h index 7df8981..26897df 100644 --- a/include/nsgif.h +++ b/include/nsgif.h @@ -429,7 +429,8 @@ typedef struct nsgif_frame_info { bool transparency; /** whether the frame has a local colour table */ bool local_palette; - + /** whether the frame is interlaced */ + bool interlaced; /** Disposal method for previous frame; affects plotting */ uint8_t disposal; /** delay (in cs) before animating the frame */ -- cgit v1.2.1