aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
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 */