summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2013-12-31 16:38:42 +0100
committerBert Münnich <ber.t@posteo.de>2013-12-31 16:38:42 +0100
commitab28c9a8b9240d032fa84d50b1858cf553b134d7 (patch)
treef557f8cff5bd2245435d2feef0e2161a2ea42811 /image.h
parent078136d2176e89e99505332d57c2297cfa5faad8 (diff)
downloadnsxiv-ab28c9a8b9240d032fa84d50b1858cf553b134d7.tar.zst
Refactored remote changes
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image.h b/image.h
index 9c3ced3..7bcfb0b 100644
--- a/image.h
+++ b/image.h
@@ -35,8 +35,7 @@ typedef struct {
int cnt;
int sel;
bool animate;
- int anim_repeats; // -1=don't repeat, 0=repeat infinitely, N=repeat N times
- unsigned int repeats_currently_left;
+ int repeat;
} multi_img_t;
typedef struct {