From 5e481912ec983be89f10cbbb21561ed7cc898027 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Fri, 25 Jul 2014 22:52:31 +0200 Subject: 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 --- config.def.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config.def.h') 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]. * */ -- cgit v1.2.3-54-g00ecf