aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-07 15:41:15 +0200
committerEli Zaretskii2012-10-07 15:41:15 +0200
commitc5c91b847a41ec7e09dee582816d702c8a9adcdd (patch)
treec96da676a40396ee6e0aaaa969fd01f984791559 /src/w32term.c
parent25d99a950debf417295e68a7a7d519b4ddf3e546 (diff)
downloademacs-c5c91b847a41ec7e09dee582816d702c8a9adcdd.tar.gz
emacs-c5c91b847a41ec7e09dee582816d702c8a9adcdd.zip
Final version that supports only one watch at a time.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 1c32383098f..71e6c7235a1 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3204,6 +3204,9 @@ construct_drag_n_drop (struct input_event *result, W32Msg *msg, struct frame *f)
3204 return Qnil; 3204 return Qnil;
3205} 3205}
3206 3206
3207
3208/* File event notifications (see w32notify.c). */
3209
3207static Lisp_Object 3210static Lisp_Object
3208lispy_file_action (DWORD action) 3211lispy_file_action (DWORD action)
3209{ 3212{
@@ -4945,7 +4948,6 @@ w32_read_socket (struct terminal *terminal,
4945 break; 4948 break;
4946 4949
4947 case WM_EMACS_FILENOTIFY: 4950 case WM_EMACS_FILENOTIFY:
4948 DebPrint (("w32_read_socket: File notification arrived\n"));
4949 f = x_window_to_frame (dpyinfo, msg.msg.hwnd); 4951 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4950 if (f) 4952 if (f)
4951 queue_notifications (&inev, &msg, f, &count); 4953 queue_notifications (&inev, &msg, f, &count);