Mercurial > emacs
changeset 83574:255803121dae
(w32_console_read_socket): Make first arg a frame.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 15 May 2007 23:03:26 +0000 |
parents | b77b83741308 |
children | cc3d57dc8761 |
files | src/w32inevt.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32inevt.h Tue May 15 23:03:04 2007 +0000 +++ b/src/w32inevt.h Tue May 15 23:03:26 2007 +0000 @@ -22,7 +22,7 @@ #ifndef EMACS_W32INEVT_H #define EMACS_W32INEVT_H -extern int w32_console_read_socket (int sd, int numchars, +extern int w32_console_read_socket (struct terminal *term, int numchars, struct input_event *hold_quit); extern void w32_console_mouse_position (FRAME_PTR *f, int insist, Lisp_Object *bar_window,