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/winwidget.h | |
parent | 3b53d965289346b73a6af42225175768e5e202fc (diff) |
added inotify support
Diffstat (limited to 'src/winwidget.h')
-rw-r--r-- | src/winwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/winwidget.h b/src/winwidget.h index 6a794e7..0555201 100644 --- a/src/winwidget.h +++ b/src/winwidget.h @@ -116,6 +116,10 @@ struct __winwidget { time_t click_start_time; unsigned char has_rotated; + +#ifdef HAVE_INOTIFY + int inotify_wd; +#endif }; int winwidget_loadimage(winwidget winwid, feh_file * filename); |