From 2a981df18167cf8dd0a1310b03061010c8ef71dd Mon Sep 17 00:00:00 2001 From: Sven Willner Date: Thu, 24 Aug 2017 20:28:24 +0200 Subject: added inotify support --- src/options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 5a5ce84..19ff55c 100644 --- a/src/options.h +++ b/src/options.h @@ -52,6 +52,10 @@ struct __fehoptions { #ifdef HAVE_LIBEXIF unsigned char draw_exif; unsigned char auto_rotate; +#endif +#ifdef HAVE_INOTIFY + unsigned char inotify; + int inotify_fd; #endif unsigned char list; unsigned char quiet; -- cgit v1.2.3