diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-10-10 19:11:25 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-10-10 19:11:25 +0200 |
commit | 182b170f7ec712b7f89ada65095aae5bb8fe553e (patch) | |
tree | 7f3d70b6c8cfc035b0e753c016a12b69067a4866 /src/w32term.h | |
parent | b97f22cdad55a0964758cef3a19ce3fa1098657d (diff) |
Support file notifications in a TTY session.
FIXME: file notifications detected only when the Emacs window has focus.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index 6e4f8594d6..6540d0f4d3 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -687,6 +687,7 @@ extern BYTE file_notifications[16384]; extern DWORD notifications_size; extern HANDLE notifications_desc; extern Lisp_Object get_watch_object (Lisp_Object); +extern Lisp_Object lispy_file_action (DWORD); /* Keypad command key support. W32 doesn't have virtual keys defined for the function keys on the keypad (they are mapped to the standard |