aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32inevt.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h
new file mode 100644
index 00000000000..9cc08ac99b2
--- /dev/null
+++ b/src/w32inevt.h
@@ -0,0 +1,13 @@
1#ifndef __NTINEVT_H__
2#define __NTINEVT_H__
3
4int win32_read_socket _P_((int sd, struct input_event *bufp, int numchars,
5 int waitp, int expected));
6void win32_mouse_position _P_((FRAME_PTR *f,
7 Lisp_Object *bar_window,
8 enum scroll_bar_part *part,
9 Lisp_Object *x,
10 Lisp_Object *y,
11 unsigned long *time));
12
13#endif