summaryrefslogtreecommitdiff
path: root/src/feh.h
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2011-08-09 17:29:57 +0800
committerYu-Jie Lin <livibetter@gmail.com>2011-08-09 17:29:57 +0800
commitc78cee50a4c33e2286ad7ffe9f28e0fc4ef3bd89 (patch)
tree79c6be4103df3cf5f8aa4533a4bb560dc67e9a3b /src/feh.h
parent0047a2d08b11739aadeb4a8c28ef87416e7e11a5 (diff)
Add flip/mirror in-placec edit actions (derf/#9)
Diffstat (limited to 'src/feh.h')
-rw-r--r--src/feh.h3
1 files changed, 3 insertions, 0 deletions
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);