changeset 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 255803121dae
children 543f6471bd22
files src/w32inevt.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32inevt.c	Tue May 15 23:03:26 2007 +0000
+++ b/src/w32inevt.c	Tue May 15 23:03:48 2007 +0000
@@ -643,7 +643,9 @@
 }
 
 int
-w32_console_read_socket (int sd, int expected, struct input_event *hold_quit)
+w32_console_read_socket (struct terminal *terminal,
+                         int expected,
+                         struct input_event *hold_quit)
 {
   BOOL no_events = TRUE;
   int nev, ret = 0, add;