diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 22:01:55 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 22:01:55 +0100 |
commit | 73c11d8aac91ebf71803c57be333ab9559aaa3f1 (patch) | |
tree | 6feba15f77b5ef4334dee645870567c17b2dd415 /src/options.h | |
parent | bc8f6d804edb3f84bdcfbf30b7141ba462695876 (diff) | |
parent | 4eb72706ebd0635d23e96bdde7b6f9612d18d4c5 (diff) |
Merge branch 'no-inplace-edit' of https://github.com/ulteq/feh into ulteq-no-inplace-edit
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 72fa03d..5734b54 100644 --- a/src/options.h +++ b/src/options.h @@ -110,6 +110,7 @@ struct __fehoptions { double reload; int sort; int version_sort; + int no_inplace_edit; int debug; int geom_enabled; int geom_flags; |