From 8b3ae5027e9490bd7edfeea3d3cd2fbc5ec4beaf Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 18 Aug 2011 16:05:32 +0200 Subject: Added support for gif animation --- commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 50a3c2b..b0f7b08 100644 --- a/commands.c +++ b/commands.c @@ -41,6 +41,7 @@ extern int filecnt, fileidx; extern int timo_cursor; extern int timo_redraw; +extern int timo_delay; int it_quit(arg_t a) { cleanup(); @@ -148,7 +149,7 @@ int it_last(arg_t a) { } int i_navigate_frame(arg_t a) { - return img_change_frame(&img, (int) a); + return img_frame_navigate(&img, (int) a); } int it_move(arg_t a) { -- cgit v1.2.3