summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index a22cc05..bbf129f 100644
--- a/src/options.h
+++ b/src/options.h
@@ -73,6 +73,7 @@ struct __fehoptions {
unsigned char image_bg;
unsigned char no_fehbg;
unsigned char keep_zoom_vp;
+ unsigned char insecure_ssl;
char *output_file;
char *output_dir;
@@ -82,6 +83,7 @@ struct __fehoptions {
char *title;
char *thumb_title;
char *actions[10];
+ char *action_titles[10];
char *fontpath;
char *filelistfile;
char *menu_font;
@@ -109,6 +111,7 @@ struct __fehoptions {
int default_zoom;
int zoom_mode;
unsigned char adjust_reload;
+ int xinerama_index;
/* signed in case someone wants to invert scrolling real quick */
int scroll_step;
@@ -150,6 +153,8 @@ struct __fehkb {
struct __fehkey jump_back;
struct __fehkey quit;
struct __fehkey jump_fwd;
+ struct __fehkey prev_dir;
+ struct __fehkey next_dir;
struct __fehkey remove;
struct __fehkey delete;
struct __fehkey jump_first;