summaryrefslogtreecommitdiff
path: root/src/feh.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-12 16:36:20 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-12 16:36:20 +0200
commitfb698401b68a797a0a3e9373dd68c45164848a92 (patch)
treefa4543a1e056518861c164591ac318749155ddd6 /src/feh.h
parente6dd09e65e22cc13692e09b0018960e878b965c7 (diff)
parent1413ec25f44075de07e7e64a0d8d3bd6fa989966 (diff)
Merge branch 'swillner-master'
Diffstat (limited to 'src/feh.h')
-rw-r--r--src/feh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/feh.h b/src/feh.h
index 15da763..4d094a3 100644
--- a/src/feh.h
+++ b/src/feh.h
@@ -179,6 +179,9 @@ void feh_edit_inplace_lossless(winwidget w, int orientation);
gib_list *feh_wrap_string(char *text, int wrap_width, Imlib_Font fn, gib_style * style);
char *build_caption_filename(feh_file * file, short create_dir);
gib_list *feh_list_jump(gib_list * root, gib_list * l, int direction, int num);
+#ifdef HAVE_INOTIFY
+void feh_event_handle_inotify(void);
+#endif
/* Imlib stuff */
extern Display *disp;