aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authordwminer <daltonminer@gmail.com>2016-11-27 08:54:15 +0100
committerdwminer <daltonminer@gmail.com>2016-11-27 08:59:05 +0100
commit2c566c5320c11e9844f192bfcff2d1a869471415 (patch)
treec9ab67979e064043592bfd0597cf618fff31d79d /image.h
parent32b29e61c1cf1fead8ccc3400d751955de7d5715 (diff)
downloadnsxiv-2c566c5320c11e9844f192bfcff2d1a869471415.tar.zst
Add -A option to force framerate on animated images
Diffstat (limited to 'image.h')
-rw-r--r--image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.h b/image.h
index 8932fdf..2813c9b 100644
--- a/image.h
+++ b/image.h
@@ -35,6 +35,7 @@ typedef struct {
int cnt;
int sel;
bool animate;
+ int framedelay;
int length;
} multi_img_t;