summaryrefslogtreecommitdiffstats
path: root/config.def.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 /config.def.h
parent078136d2176e89e99505332d57c2297cfa5faad8 (diff)
downloadnsxiv-ab28c9a8b9240d032fa84d50b1858cf553b134d7.tar.zst
Refactored remote changes
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 532de3f..6da148a 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 = -1 /* endless loop [0 / 1 / -1=as specified in file] */
+ GIF_LOOP = 0 /* loop? [0: no, 1: endless, -1: as specified in file] */
};
/* gamma correction: the user-visible ranges [-GAMMA_RANGE, 0] and