From bbdb885d9cc40077bf50a6d13be74b9d07a50e59 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Apr 2014 20:10:54 +0200 Subject: add --scroll-step option --- src/options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 27d3d38..a22cc05 100644 --- a/src/options.h +++ b/src/options.h @@ -110,6 +110,9 @@ struct __fehoptions { int zoom_mode; unsigned char adjust_reload; + /* signed in case someone wants to invert scrolling real quick */ + int scroll_step; + unsigned int min_width, min_height, max_width, max_height; unsigned char mode; -- cgit v1.2.3