summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-04-14 20:10:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-04-14 20:10:54 +0200
commitbbdb885d9cc40077bf50a6d13be74b9d07a50e59 (patch)
treeff764b9b3ecccc1eab62a9d0ebd3fc5434c5e770 /src/options.h
parent60f6a93e10612ab9edf8e10ccaabbca756142f0c (diff)
add --scroll-step option
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h3
1 files changed, 3 insertions, 0 deletions
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;