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.c | |
| 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.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 6d19d9a93ce..1285b5a06f6 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -3282,7 +3282,7 @@ queue_notifications (struct input_event *event, W32Msg *msg, struct frame *f, | |||
| 3282 | { | 3282 | { |
| 3283 | DWORD info_size = notifications_size; | 3283 | DWORD info_size = notifications_size; |
| 3284 | Lisp_Object cs = intern ("utf-16le"); | 3284 | Lisp_Object cs = intern ("utf-16le"); |
| 3285 | Lisp_Object obj = get_watch_object (make_number (notifications_desc)); | 3285 | Lisp_Object obj = w32_get_watch_object (make_number (notifications_desc)); |
| 3286 | 3286 | ||
| 3287 | /* notifications_size could be zero when the buffer of | 3287 | /* notifications_size could be zero when the buffer of |
| 3288 | notifications overflowed on the OS level, or when the | 3288 | notifications overflowed on the OS level, or when the |