summaryrefslogtreecommitdiff
path: root/src/w32inevt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32inevt.h')
-rw-r--r--src/w32inevt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h
index 6ac5ea303e5..7df989bffdc 100644
--- a/src/w32inevt.h
+++ b/src/w32inevt.h
@@ -21,12 +21,12 @@ Boston, MA 02111-1307, USA. */
#ifndef EMACS_W32INEVT_H
#define EMACS_W32INEVT_H
-extern int w32_console_read_socket (int sd, struct input_event *bufp,
+extern int w32_console_read_socket (int sd, struct input_event *bufp,
int numchars, int expected);
-extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
- Lisp_Object *bar_window,
- enum scroll_bar_part *part,
- Lisp_Object *x, Lisp_Object *y,
+extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
+ Lisp_Object *bar_window,
+ enum scroll_bar_part *part,
+ Lisp_Object *x, Lisp_Object *y,
unsigned long *time);
#endif /* EMACS_W32INEVT_H */