summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorFinn Teegen <finnteegen@googlemail.com>2024-01-10 13:34:08 +0100
committerBirte Friesel <derf@chaosdorf.de>2024-06-30 11:55:12 +0200
commit446f815540fc1608215924513a208340c6a5f7b9 (patch)
tree9dedda783b547e35472e7c0d30bee01b94048f58 /src/options.h
parent3f455b109b4629b2e3017012aeb2e95e77408c39 (diff)
Add support for simple tap zones
derf/feh#726
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index aa3cd91..2aed6a6 100644
--- a/src/options.h
+++ b/src/options.h
@@ -107,6 +107,7 @@ struct __fehoptions {
char *index_info;
int force_aliasing;
+ int tap_zones;
int thumb_w;
int thumb_h;
int limit_w;
@@ -239,6 +240,7 @@ OPTION_auto_rotate,
OPTION_no_xinerama,
OPTION_draw_tinted,
OPTION_info,
+OPTION_tap_zones,
OPTION_force_aliasing,
OPTION_no_fehbg,
OPTION_scroll_step,