summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-17 18:01:21 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:12:30 +0200
commit79bd86defb5c86a50e2def4c03129c4215c07ca5 (patch)
tree900376bba22d82a349b3ad5f0d94f936f86e7938 /image.h
parent86a6f00112576f3fc1ca565c2b5ad11d784cab8d (diff)
downloadnsxiv-79bd86defb5c86a50e2def4c03129c4215c07ca5.tar.zst
Refactored img_load_gif()
- Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 1 insertions, 1 deletions
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;