diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-06-27 23:33:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-06-27 23:33:16 +0200 |
commit | 6b651e3365912d35e16d3aa51211cbbd0fa2e519 (patch) | |
tree | ac0ca8d48dac42aa55759d30762fdf1df3fdbdab /src/options.h | |
parent | edc98032b254e29bdde4cf4795bd65eb92e7a6cd (diff) | |
parent | 701cf1377fa37a1d0c6556eeaf12118c73f4f841 (diff) |
Merge branch 'simplify-zoom' of https://github.com/ulteq/feh into ulteq-simplify-zoom
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 61de5dc..be2ca25 100644 --- a/src/options.h +++ b/src/options.h @@ -106,6 +106,7 @@ struct __fehoptions { int sort; int version_sort; int debug; + int geom_enabled; int geom_flags; int geom_x; int geom_y; |