summaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-19 18:46:17 +0200
committerBert <ber.t@gmx.com>2011-08-19 18:46:17 +0200
commitbb577d274dbd9981a726092a504466bc9b5c9bdb (patch)
treef3bbf611ddd904f80dfe20bb4d1171d1dc45ed3d /commands.h
parent8b3ae5027e9490bd7edfeea3d3cd2fbc5ec4beaf (diff)
downloadnsxiv-bb577d274dbd9981a726092a504466bc9b5c9bdb.tar.zst
Added command to toggle gif animations
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.h b/commands.h
index ee2e07a..c7e58ae 100644
--- a/commands.h
+++ b/commands.h
@@ -48,6 +48,7 @@ int i_navigate(arg_t);
int it_first(arg_t);
int it_last(arg_t);
int i_navigate_frame(arg_t);
+int i_toggle_animation(arg_t);
int it_move(arg_t);
int i_pan_screen(arg_t);
int i_pan_edge(arg_t);