diff options
| author | Eli Zaretskii | 2012-10-14 16:38:33 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-14 16:38:33 +0200 |
| commit | 37a4dabe8aaa51e15cf63e43710ee4b8f35d434b (patch) | |
| tree | f2e68e1b5822f726e9b1d12c96b732bff607fad3 /src/w32term.h | |
| parent | dd8c2f5adeba029790a007ec829e18442a4ade36 (diff) | |
| download | emacs-37a4dabe8aaa51e15cf63e43710ee4b8f35d434b.tar.gz emacs-37a4dabe8aaa51e15cf63e43710ee4b8f35d434b.zip | |
More than one watch is now supported.
Need to fix the issue with descriptor, now a pointer converted to Lisp integer.
Diffstat (limited to 'src/w32term.h')
| -rw-r--r-- | src/w32term.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/w32term.h b/src/w32term.h index a3579c8ff60..91723c3758a 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -685,8 +685,8 @@ extern void x_delete_display (struct w32_display_info *dpyinfo); | |||
| 685 | extern int notification_buffer_in_use; | 685 | extern int notification_buffer_in_use; |
| 686 | extern BYTE file_notifications[16384]; | 686 | extern BYTE file_notifications[16384]; |
| 687 | extern DWORD notifications_size; | 687 | extern DWORD notifications_size; |
| 688 | extern HANDLE notifications_desc; | 688 | extern void *notifications_desc; |
| 689 | extern Lisp_Object get_watch_object (Lisp_Object); | 689 | extern Lisp_Object w32_get_watch_object (Lisp_Object); |
| 690 | extern Lisp_Object lispy_file_action (DWORD); | 690 | extern Lisp_Object lispy_file_action (DWORD); |
| 691 | 691 | ||
| 692 | /* Keypad command key support. W32 doesn't have virtual keys defined | 692 | /* Keypad command key support. W32 doesn't have virtual keys defined |
| @@ -767,6 +767,7 @@ extern void syms_of_w32fns (void); | |||
| 767 | 767 | ||
| 768 | extern void globals_of_w32menu (void); | 768 | extern void globals_of_w32menu (void); |
| 769 | extern void globals_of_w32fns (void); | 769 | extern void globals_of_w32fns (void); |
| 770 | extern void globals_of_w32notify (void); | ||
| 770 | 771 | ||
| 771 | #ifdef CYGWIN | 772 | #ifdef CYGWIN |
| 772 | extern int w32_message_fd; | 773 | extern int w32_message_fd; |