summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-03-08 19:42:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-03-08 19:42:35 +0100
commit81963c7b44194be63479299f217e97e2d0c48db5 (patch)
treec0c5111069115846aafa2d08c012efdaec938ffd /src/options.h
parentec974e9d13de4229999d2a6343695ecb354c035e (diff)
add (experimental and still slightly buggy) --inner-geometry feature
See #278
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index d4de3c5..d4ffbeb 100644
--- a/src/options.h
+++ b/src/options.h
@@ -111,6 +111,11 @@ struct __fehoptions {
int geom_y;
unsigned int geom_w;
unsigned int geom_h;
+ int inner_geom_flags;
+ int inner_geom_x;
+ int inner_geom_y;
+ unsigned int inner_geom_w;
+ unsigned int inner_geom_h;
int default_zoom;
int zoom_mode;
unsigned char adjust_reload;