Browse Source

Smaller minimum gif delay, fixed issue #71

master
Bert Münnich 12 years ago
parent
commit
5dbf1b8eb9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      image.c

+ 1
- 1
Makefile View File

@@ -1,4 +1,4 @@
VERSION = git-20120824
VERSION = git-20120829

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man


+ 1
- 1
image.c View File

@@ -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;


||||||
x
 
000:0
Loading…
Cancel
Save