diff options
author | Sven Willner <sven.willner@gmail.com> | 2018-09-13 15:29:57 +0200 |
---|---|---|
committer | Sven Willner <sven.willner@gmail.com> | 2018-09-13 15:29:57 +0200 |
commit | 3671b53046afbeced26162fc413fcfb7971116b9 (patch) | |
tree | e2f5f818d5c11e04f1066d860d71a9865a966469 /src/winwidget.h | |
parent | dc3d387adf66790b2a9ab2a3b6a67bcb5e6c5a80 (diff) |
Inotify: watch parent directory instead of just file
Diffstat (limited to 'src/winwidget.h')
-rw-r--r-- | src/winwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winwidget.h b/src/winwidget.h index d6b9546..b8d777e 100644 --- a/src/winwidget.h +++ b/src/winwidget.h @@ -124,7 +124,7 @@ struct __winwidget { #ifdef HAVE_INOTIFY void winwidget_inotify_remove(winwidget winwid); -void winwidget_inotify_add(winwidget winwid, char *filename); +void winwidget_inotify_add(winwidget winwid, feh_file * file); #endif int winwidget_loadimage(winwidget winwid, feh_file * filename); |