diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-02-27 17:51:28 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-02-27 17:51:28 +0100 |
commit | 740f8151488a500906df70293cb579df7af0bc18 (patch) | |
tree | 163125e40b5f975654930c7da059862f5c4a700e /src/feh.h | |
parent | 4b01c25946d0ec14d80a3ef2077ac40b78ab68d6 (diff) | |
parent | 6452404d310252bad6d09979f2a2e28bb58f2746 (diff) |
Merge branch 'ulteq-custom-background-color'
Diffstat (limited to 'src/feh.h')
-rw-r--r-- | src/feh.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -107,8 +107,6 @@ enum slide_change { SLIDE_NEXT, SLIDE_PREV, SLIDE_RAND, SLIDE_FIRST, SLIDE_LAST, SLIDE_JUMP_PREV_DIR }; -enum image_bg { IMAGE_BG_CHECKS = 1, IMAGE_BG_BLACK, IMAGE_BG_WHITE }; - #define INPLACE_EDIT_FLIP -1 #define INPLACE_EDIT_MIRROR -2 |