diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 16:36:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 16:36:20 +0200 |
commit | fb698401b68a797a0a3e9373dd68c45164848a92 (patch) | |
tree | fa4543a1e056518861c164591ac318749155ddd6 /src/options.h | |
parent | e6dd09e65e22cc13692e09b0018960e878b965c7 (diff) | |
parent | 1413ec25f44075de07e7e64a0d8d3bd6fa989966 (diff) |
Merge branch 'swillner-master'
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 7f8fe9c..883c8e2 100644 --- a/src/options.h +++ b/src/options.h @@ -58,6 +58,10 @@ struct __fehoptions { unsigned char draw_exif; unsigned char auto_rotate; #endif +#ifdef HAVE_INOTIFY + unsigned char auto_reload; + int inotify_fd; +#endif unsigned char list; unsigned char quiet; unsigned char preload; |