Added horizontal and vertical flip commands

This commit is contained in:
baskerville
2012-05-06 09:39:45 +02:00
parent 56b6d23c0c
commit ba0a5b89fa
8 changed files with 57 additions and 0 deletions

View File

@ -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);