diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-10-06 20:02:31 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-10-06 20:02:31 +0200 |
commit | 477f1e504482847a3b1209bc0a1dccfded649370 (patch) | |
tree | 4c402149fa77ebada9340da6772157a2338a2bdd /src/termhooks.h | |
parent | d5acb99a199d83cde1a43482709c3e9d4ec34b2f (diff) |
Initial version of the w32notify code.
Adding and removing a watch seems to work: a new thread is launched
when a watch is added and exits when the watch is removed.
But there are no notifications, so it seems. At least, the Lisp
callback function passed to w32notify-add-watch is not called.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index f35bd929af..0afd7d97e7 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -201,6 +201,7 @@ enum event_kind On X, the window manager seems to grab the keys it wants first, so this is not a problem there. */ , MULTIMEDIA_KEY_EVENT + , FILE_NOTIFY_EVENT #endif #ifdef HAVE_NS |