comparison src/w32inevt.h @ 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 695cf19ef79e
children a8fa7c632ee4
comparison
equal deleted inserted replaced
54169:8b5313e6b324 54170:9f3ff0d515be
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 #ifndef EMACS_W32INEVT_H 21 #ifndef EMACS_W32INEVT_H
22 #define EMACS_W32INEVT_H 22 #define EMACS_W32INEVT_H
23 23
24 extern int w32_console_read_socket (int sd, struct input_event *bufp, 24 extern int w32_console_read_socket (int sd, int numchars,
25 int numchars, int expected); 25 struct input_event *hold_quit);
26 extern void w32_console_mouse_position (FRAME_PTR *f, int insist, 26 extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
27 Lisp_Object *bar_window, 27 Lisp_Object *bar_window,
28 enum scroll_bar_part *part, 28 enum scroll_bar_part *part,
29 Lisp_Object *x, Lisp_Object *y, 29 Lisp_Object *x, Lisp_Object *y,
30 unsigned long *time); 30 unsigned long *time);