summaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-04 18:38:40 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-04 19:07:15 +0100
commit6a0fa2507cc933cfb54fdf4d80c094bfcdf782cf (patch)
treeab682c40f0a648b60db9a7a41753923279579cd9 /commands.h
parent0e818020cc3459dda528993e27202c8ef5dfa90f (diff)
downloadnsxiv-6a0fa2507cc933cfb54fdf4d80c094bfcdf782cf.tar.zst
Slideshow mode is back, in a simplified version
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index 1002d92..7d084e2 100644
--- a/commands.h
+++ b/commands.h
@@ -66,8 +66,9 @@ bool i_fit_to_win(arg_t);
bool i_fit_to_img(arg_t);
bool i_rotate(arg_t);
bool i_flip(arg_t);
+bool i_slideshow(arg_t);
bool i_toggle_antialias(arg_t);
-bool i_change_gamma(arg_t);
bool it_toggle_alpha(arg_t);
+bool i_change_gamma(arg_t);
#endif /* COMMANDS_H */