diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-06-27 23:41:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-06-27 23:41:51 +0200 |
commit | 56c34520ab43d869dfa03cf1b5c4a477197d6aef (patch) | |
tree | ac0ca8d48dac42aa55759d30762fdf1df3fdbdab /src/options.h | |
parent | edc98032b254e29bdde4cf4795bd65eb92e7a6cd (diff) | |
parent | 6b651e3365912d35e16d3aa51211cbbd0fa2e519 (diff) |
Merge branch '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; |