aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAleksander Nitecki <ixendr@itogi.re>2013-12-30 23:16:17 +0100
committerAleksander Nitecki <ixendr@itogi.re>2013-12-30 23:16:17 +0100
commit078136d2176e89e99505332d57c2297cfa5faad8 (patch)
tree84a1b7d4a07d24a5a42ff9275d1854ba7ba52dbd /config.def.h
parent99dfd14919f55742cbd311bd6032ce0f1dc361c5 (diff)
downloadnsxiv-078136d2176e89e99505332d57c2297cfa5faad8.tar.zst
Read GIF's repeat information from file.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index b1e9c02..532de3f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -43,7 +43,7 @@ static const float zoom_levels[] = {
enum {
GIF_DELAY = 100, /* delay time (in ms) */
GIF_AUTOPLAY = 1, /* autoplay when loaded [0/1] */
- GIF_LOOP = 0 /* endless loop [0/1] */
+ GIF_LOOP = -1 /* endless loop [0 / 1 / -1=as specified in file] */
};
/* gamma correction: the user-visible ranges [-GAMMA_RANGE, 0] and