diff options
author | Yu-Jie Lin <livibetter@gmail.com> | 2011-08-09 17:29:57 +0800 |
---|---|---|
committer | Yu-Jie Lin <livibetter@gmail.com> | 2011-08-09 17:29:57 +0800 |
commit | c78cee50a4c33e2286ad7ffe9f28e0fc4ef3bd89 (patch) | |
tree | 79c6be4103df3cf5f8aa4533a4bb560dc67e9a3b /src/options.h | |
parent | 0047a2d08b11739aadeb4a8c28ef87416e7e11a5 (diff) |
Add flip/mirror in-placec edit actions (derf/#9)
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 3c62441..bfcb94c 100644 --- a/src/options.h +++ b/src/options.h @@ -194,6 +194,8 @@ struct __fehkb { struct __fehkey close; struct __fehkey orient_1; struct __fehkey orient_3; + struct __fehkey flip; + struct __fehkey mirror; struct __fehkey toggle_fullscreen; struct __fehkey reload_minus; struct __fehkey reload_plus; |