X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/c5bc2d1d0558bbaa29ef04f9bd7bef50146382ab..f9d1448f46d3d645e68fdd449758b50a1402d729:/src/termhooks.h?ds=sidebyside diff --git a/src/termhooks.h b/src/termhooks.h index b35c927fc5..1a261bacdc 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -211,6 +211,11 @@ enum event_kind , NS_NONKEY_EVENT #endif +#if defined (HAVE_INOTIFY) || defined (HAVE_NTGUI) + /* File or directory was changed. */ + , FILE_NOTIFY_EVENT +#endif + }; /* If a struct input_event has a kind which is SELECTION_REQUEST_EVENT