Mercurial > emacs
comparison src/w32inevt.c @ 83575:cc3d57dc8761
(w32_console_read_socket): Make first arg a frame.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 15 May 2007 23:03:48 +0000 |
parents | e90d04cd455a |
children | 65663fcd2caa |
comparison
equal
deleted
inserted
replaced
83574:255803121dae | 83575:cc3d57dc8761 |
---|---|
641 1 + info.srWindow.Right - info.srWindow.Left, | 641 1 + info.srWindow.Right - info.srWindow.Left, |
642 0, 0); | 642 0, 0); |
643 } | 643 } |
644 | 644 |
645 int | 645 int |
646 w32_console_read_socket (int sd, int expected, struct input_event *hold_quit) | 646 w32_console_read_socket (struct terminal *terminal, |
647 int expected, | |
648 struct input_event *hold_quit) | |
647 { | 649 { |
648 BOOL no_events = TRUE; | 650 BOOL no_events = TRUE; |
649 int nev, ret = 0, add; | 651 int nev, ret = 0, add; |
650 int isdead; | 652 int isdead; |
651 | 653 |