From 5dbf1b8eb9d7e9fe6bb7ea8b526e58d77dcf48f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Mon, 29 Oct 2012 20:55:55 +0100 Subject: [PATCH] Smaller minimum gif delay, fixed issue #71 --- Makefile | 2 +- image.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b2aa5f4..3080b79 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = git-20120824 +VERSION = git-20120829 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man diff --git a/image.c b/image.c index cf4ec35..d147c1b 100644 --- a/image.c +++ b/image.c @@ -31,7 +31,7 @@ #include "util.h" #include "config.h" -enum { MIN_GIF_DELAY = 50 }; +enum { MIN_GIF_DELAY = 25 }; float zoom_min; float zoom_max;