From ba0a5b89fa1e9147c60ddb8bbc2b1bcbe2995cd8 Mon Sep 17 00:00:00 2001 From: baskerville Date: Sun, 6 May 2012 09:39:45 +0200 Subject: Added horizontal and vertical flip commands --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index aeaf884..4364722 100644 --- a/commands.h +++ b/commands.h @@ -61,6 +61,7 @@ bool i_set_zoom(arg_t); 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_toggle_slideshow(arg_t); bool i_adjust_slideshow(arg_t); bool i_reset_slideshow(arg_t); -- cgit v1.2.3-54-g00ecf