From c78cee50a4c33e2286ad7ffe9f28e0fc4ef3bd89 Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Tue, 9 Aug 2011 17:29:57 +0800 Subject: Add flip/mirror in-placec edit actions (derf/#9) --- src/feh.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/feh.h') diff --git a/src/feh.h b/src/feh.h index 63aeef6..811a5e3 100644 --- a/src/feh.h +++ b/src/feh.h @@ -98,6 +98,9 @@ enum slide_change { SLIDE_NEXT, SLIDE_PREV, SLIDE_RAND, SLIDE_FIRST, SLIDE_LAST, SLIDE_JUMP_BACK }; +#define INPLACE_EDIT_FLIP -1 +#define INPLACE_EDIT_MIRROR -2 + typedef void (*sighandler_t) (int); int feh_main_iteration(int block); -- cgit v1.2.3