Mercurial > emacs
changeset 54170:9f3ff0d515be
(w32_console_mouse_position): Fix prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 27 Feb 2004 23:49:09 +0000 |
parents | 8b5313e6b324 |
children | f6909a416c3f |
files | src/w32inevt.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32inevt.h Fri Feb 27 23:48:59 2004 +0000 +++ b/src/w32inevt.h Fri Feb 27 23:49:09 2004 +0000 @@ -21,8 +21,8 @@ #ifndef EMACS_W32INEVT_H #define EMACS_W32INEVT_H -extern int w32_console_read_socket (int sd, struct input_event *bufp, - int numchars, int expected); +extern int w32_console_read_socket (int sd, int numchars, + struct input_event *hold_quit); extern void w32_console_mouse_position (FRAME_PTR *f, int insist, Lisp_Object *bar_window, enum scroll_bar_part *part,