From 79bd86defb5c86a50e2def4c03129c4215c07ca5 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 17 Aug 2011 18:01:21 +0200 Subject: Refactored img_load_gif() - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets --- image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.h') diff --git a/image.h b/image.h index 37db7c8..408992e 100644 --- a/image.h +++ b/image.h @@ -27,7 +27,7 @@ typedef struct { int cap; int cnt; - int cur; + int sel; Imlib_Image **frames; } multi_img_t; -- cgit v1.2.3