summaryrefslogtreecommitdiff
path: root/src/winwidget.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-12 16:34:12 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-12 16:34:12 +0200
commitf8270763d6eb37e944999aa30fb648e564353a46 (patch)
tree3f59564728c1ea7933f0a24f662920110da6c18c /src/winwidget.h
parente6dd09e65e22cc13692e09b0018960e878b965c7 (diff)
parenta9ffd5d2234433bc3f3829713b0968a1d6c13b94 (diff)
Merge branch 'master' of https://github.com/swillner/feh into swillner-master
Diffstat (limited to 'src/winwidget.h')
-rw-r--r--src/winwidget.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/winwidget.h b/src/winwidget.h
index 0a707ac..4d8fc4b 100644
--- a/src/winwidget.h
+++ b/src/winwidget.h
@@ -116,8 +116,17 @@ struct __winwidget {
time_t click_start_time;
unsigned char has_rotated;
+
+#ifdef HAVE_INOTIFY
+ int inotify_wd;
+#endif
};
+#ifdef HAVE_INOTIFY
+void winwidget_inotify_remove(winwidget winwid);
+void winwidget_inotify_add(winwidget winwid, feh_file * file);
+#endif
+
int winwidget_loadimage(winwidget winwid, feh_file * filename);
void winwidget_show(winwidget winwid);
void winwidget_show_menu(winwidget winwid);