From 4252f6eb96ef00d5907dceda3af8c581917d7aa1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Jan 2012 20:23:03 +0100 Subject: optional exif support (build with exif=1), initial patch import --- src/options.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/options.h') 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; -- cgit v1.2.3