summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-01-30 13:05:14 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-01-30 13:05:14 +0100
commit71c7ff9ff8eca3008f4b08ef1c4a670b9eb7c7fa (patch)
tree14de5464325819d0560970acfad4458872c1d5de /src/options.h
parent75ef6f2ad753bea82746e6f6e7b0ffe49ca2f6e5 (diff)
Add option and keybinding to keep zoom and viewport settings.
Patch by sdaau on IRC. Thanks!
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 d30c396..f3f49eb 100644
--- a/src/options.h
+++ b/src/options.h
@@ -72,6 +72,7 @@ struct __fehoptions {
unsigned char text_bg;
unsigned char image_bg;
unsigned char no_fehbg;
+ unsigned char keep_zoom_vp;
char *output_file;
char *output_dir;
@@ -189,6 +190,7 @@ struct __fehkb {
struct __fehkey toggle_fullscreen;
struct __fehkey reload_minus;
struct __fehkey reload_plus;
+ struct __fehkey toggle_keep_vp;
};
struct __fehbutton {