From 2c566c5320c11e9844f192bfcff2d1a869471415 Mon Sep 17 00:00:00 2001 From: dwminer Date: Sun, 27 Nov 2016 02:54:15 -0500 Subject: Add -A option to force framerate on animated images --- image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'image.h') 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; -- cgit v1.2.3-54-g00ecf