diff options
| author | Eli Zaretskii | 2012-10-07 14:34:33 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-07 14:34:33 +0200 |
| commit | ae7565592486ecb484970e7cfaba508f047e7e03 (patch) | |
| tree | ca82fa631f4cb0713cbd1c6085bb754a03d20fec /src/w32term.c | |
| parent | 477f1e504482847a3b1209bc0a1dccfded649370 (diff) | |
| download | emacs-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.c | 1 |
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); |