summaryrefslogtreecommitdiff
path: root/src/winwidget.h
diff options
context:
space:
mode:
authorSven Willner <sven.willner@gmail.com>2017-09-01 14:51:21 +0200
committerSven Willner <sven.willner@gmail.com>2017-09-01 14:51:21 +0200
commit177cbff6af7b9845d592fb0497464d70ee423418 (patch)
treec7ccf8d9706016bb0c8857bc915ba11e7288a1c5 /src/winwidget.h
parent2a981df18167cf8dd0a1310b03061010c8ef71dd (diff)
fixed inotify for thumbnail mode
Diffstat (limited to 'src/winwidget.h')
-rw-r--r--src/winwidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/winwidget.h b/src/winwidget.h
index 0555201..d6b9546 100644
--- a/src/winwidget.h
+++ b/src/winwidget.h
@@ -122,6 +122,11 @@ struct __winwidget {
#endif
};
+#ifdef HAVE_INOTIFY
+void winwidget_inotify_remove(winwidget winwid);
+void winwidget_inotify_add(winwidget winwid, char *filename);
+#endif
+
int winwidget_loadimage(winwidget winwid, feh_file * filename);
void winwidget_show(winwidget winwid);
void winwidget_show_menu(winwidget winwid);