comparison src/w32inevt.h @ 21830:56104212fe5c

(w32_console_mouse_position, w32_console_read_socket): Declare with full function prototypes.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 29 Apr 1998 04:36:27 +0000
parents c686d4f3728a
children f16690808171
comparison
equal deleted inserted replaced
21829:674d44aeeda1 21830:56104212fe5c
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 #ifndef __NTINEVT_H__ 21 #ifndef __NTINEVT_H__
22 #define __NTINEVT_H__ 22 #define __NTINEVT_H__
23 23
24 int w32_console_read_socket (/* int sd, struct input_event *bufp, int numchars, 24 extern int w32_console_read_socket (int sd, struct input_event *bufp,
25 int waitp, int expected */); 25 int numchars, int expected);
26 void w32_mouse_position (/* FRAME_PTR *f, 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, 29 Lisp_Object *x, Lisp_Object *y,
30 Lisp_Object *y, 30 unsigned long *time);
31 unsigned long *time */);
32 31
33 #endif 32 #endif