summaryrefslogtreecommitdiff
path: root/src/winwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/winwidget.h')
-rw-r--r--src/winwidget.h4
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);