aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-16 18:58:32 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-16 18:58:32 +0200
commit4e8dabd6ac47185697744621b3ee638fc34e473a (patch)
treeda0b6c86bddf915492ab8c2d8cb31271b228f7ca /commands.h
parentc6bddfe838621cee9cd2b538c15be5acd222f20b (diff)
downloadnsxiv-4e8dabd6ac47185697744621b3ee638fc34e473a.tar.zst
Added i_reset_slideshow: set slideshow delay to number prefix
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 ab44c5e..061ebc3 100644
--- a/commands.h
+++ b/commands.h
@@ -62,6 +62,7 @@ bool i_fit_to_img(arg_t);
bool i_rotate(arg_t);
bool i_toggle_slideshow(arg_t);
bool i_adjust_slideshow(arg_t);
+bool i_reset_slideshow(arg_t);
bool i_toggle_antialias(arg_t);
bool it_toggle_alpha(arg_t);
bool it_open_with(arg_t);