aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/image.h b/image.h
index feb1647..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;
@@ -60,7 +61,7 @@ typedef struct {
struct {
bool on;
- float delay;
+ int delay;
} ss;
multi_img_t multi;