aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-07-25 22:52:31 +0200
committerBert Münnich <ber.t@posteo.de>2014-07-25 22:52:31 +0200
commit5e481912ec983be89f10cbbb21561ed7cc898027 (patch)
tree8f009c6ccf4e884d570aaa72ba63c6c72693c128 /config.def.h
parent9c92de858484b6bbe90252955bef5f77a80f3c45 (diff)
downloadnsxiv-5e481912ec983be89f10cbbb21561ed7cc898027.tar.zst
Revised handling of GIF animations
- New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.def.h b/config.def.h
index 2742e65..6f355b5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -34,13 +34,6 @@ static const float zoom_levels[] = {
/* default slideshow delay (in sec, overwritten via -S option): */
enum { SLIDESHOW_DELAY = 5 };
-/* default settings for multi-frame gif images: */
-enum {
- GIF_DELAY = 100, /* delay time (in ms) */
- GIF_AUTOPLAY = 1, /* autoplay when loaded [0/1] */
- GIF_LOOP = 0 /* loop? [0: no, 1: endless, -1: as specified in file] */
-};
-
/* gamma correction: the user-visible ranges [-GAMMA_RANGE, 0] and
* (0, GAMMA_RANGE] are mapped to the ranges [0, 1], and (1, GAMMA_MAX].
* */