diff options
author | Sven Willner <sven.willner@gmail.com> | 2017-08-24 20:28:24 +0200 |
---|---|---|
committer | Sven Willner <sven.willner@gmail.com> | 2017-08-24 20:28:24 +0200 |
commit | 2a981df18167cf8dd0a1310b03061010c8ef71dd (patch) | |
tree | 497849fe61e54db9f8fd028c654c7ef1cb50b22b /src/options.h | |
parent | 3b53d965289346b73a6af42225175768e5e202fc (diff) |
added inotify support
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 5a5ce84..19ff55c 100644 --- a/src/options.h +++ b/src/options.h @@ -53,6 +53,10 @@ struct __fehoptions { 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; unsigned char preload; |