diff options
| author | Finn Teegen <finnteegen@googlemail.com> | 2024-01-10 13:34:08 +0100 | 
|---|---|---|
| committer | Birte Friesel <derf@chaosdorf.de> | 2024-06-30 11:55:12 +0200 | 
| commit | 446f815540fc1608215924513a208340c6a5f7b9 (patch) | |
| tree | 9dedda783b547e35472e7c0d30bee01b94048f58 /src/options.h | |
| parent | 3f455b109b4629b2e3017012aeb2e95e77408c39 (diff) | |
Add support for simple tap zones
derf/feh#726
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 2 | 
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, | 
