diff options
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, |