summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2021-12-14 13:05:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-02-23 11:32:42 +0000
commitaec9ee665b18e5929d9af192e13efb5105c52254 (patch)
tree7a337c0f7fb0114cd59454013d07e60cb38143c0 /test
parentfedd37d9ce70571f305c8c8e66fd9ec7d837585b (diff)
downloadlibnsgif-aec9ee665b18e5929d9af192e13efb5105c52254.tar.gz
libnsgif-aec9ee665b18e5929d9af192e13efb5105c52254.tar.bz2
API: Rename nsgif_animation to nsgif.
Diffstat (limited to 'test')
-rw-r--r--test/decode_gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/decode_gif.c b/test/decode_gif.c
index 20cb571..a20d5f4 100644
--- a/test/decode_gif.c
+++ b/test/decode_gif.c
@@ -125,7 +125,7 @@ static void warning(const char *context, nsgif_result code)
fprintf(stderr, "\n");
}
-static void write_ppm(FILE* fh, const char *name, nsgif_animation *gif,
+static void write_ppm(FILE* fh, const char *name, nsgif *gif,
bool no_write)
{
unsigned int i;
@@ -182,7 +182,7 @@ int main(int argc, char *argv[])
bitmap_test_opaque,
bitmap_modified
};
- nsgif_animation gif;
+ nsgif gif;
size_t size;
nsgif_result code;
unsigned char *data;