aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-07 14:34:33 +0200
committerEli Zaretskii2012-10-07 14:34:33 +0200
commitae7565592486ecb484970e7cfaba508f047e7e03 (patch)
treeca82fa631f4cb0713cbd1c6085bb754a03d20fec /src/w32term.c
parent477f1e504482847a3b1209bc0a1dccfded649370 (diff)
downloademacs-ae7565592486ecb484970e7cfaba508f047e7e03.tar.gz
emacs-ae7565592486ecb484970e7cfaba508f047e7e03.zip
After fixing several bugs, the code works now for watching a single directory.
Need to remove debug code. Also need to add w32notify.c.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 951ce9ef2df..1c32383098f 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4945,6 +4945,7 @@ w32_read_socket (struct terminal *terminal,
4945 break; 4945 break;
4946 4946
4947 case WM_EMACS_FILENOTIFY: 4947 case WM_EMACS_FILENOTIFY:
4948 DebPrint (("w32_read_socket: File notification arrived\n"));
4948 f = x_window_to_frame (dpyinfo, msg.msg.hwnd); 4949 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
4949 if (f) 4950 if (f)
4950 queue_notifications (&inev, &msg, f, &count); 4951 queue_notifications (&inev, &msg, f, &count);