aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32inevt.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h
index 1ff9cff793f..df94f910371 100644
--- a/src/w32inevt.h
+++ b/src/w32inevt.h
@@ -21,13 +21,12 @@ Boston, MA 02111-1307, USA. */
21#ifndef __NTINEVT_H__ 21#ifndef __NTINEVT_H__
22#define __NTINEVT_H__ 22#define __NTINEVT_H__
23 23
24int w32_console_read_socket (/* int sd, struct input_event *bufp, int numchars, 24extern int w32_console_read_socket (int sd, struct input_event *bufp,
25 int waitp, int expected */); 25 int numchars, int expected);
26void w32_mouse_position (/* FRAME_PTR *f, 26extern 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