summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 899bcf1..bee7c73 100644
--- a/src/options.h
+++ b/src/options.h
@@ -49,6 +49,9 @@ struct __fehoptions {
unsigned char jump_on_resort;
unsigned char full_screen;
unsigned char draw_filename;
+#ifdef HAVE_LIBEXIF
+ unsigned char draw_exif;
+#endif
unsigned char list;
unsigned char quiet;
unsigned char preload;
@@ -163,6 +166,9 @@ struct __fehkb {
struct __fehkey render;
struct __fehkey toggle_actions;
struct __fehkey toggle_filenames;
+#ifdef HAVE_LIBEXIF
+ struct __fehkey toggle_exif;
+#endif
struct __fehkey toggle_info;
struct __fehkey toggle_pointer;
struct __fehkey toggle_aliasing;