aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-17 00:56:18 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:12:30 +0200
commit86a6f00112576f3fc1ca565c2b5ad11d784cab8d (patch)
tree24cf4ef553c20bf2934902d13319cf33f91fc77f /commands.h
parenta85707ef63e6c441d91cd06d53af07ee58746681 (diff)
downloadnsxiv-86a6f00112576f3fc1ca565c2b5ad11d784cab8d.tar.zst
Added support for multi-frame images
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 c249d29..ee2e07a 100644
--- a/commands.h
+++ b/commands.h
@@ -47,6 +47,7 @@ int it_remove_image(arg_t);
int i_navigate(arg_t);
int it_first(arg_t);
int it_last(arg_t);
+int i_navigate_frame(arg_t);
int it_move(arg_t);
int i_pan_screen(arg_t);
int i_pan_edge(arg_t);