aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-04-12 00:54:22 +0000
committerKarl Heuer1995-04-12 00:54:22 +0000
commitd114e0a48681f4e66fe0fdc063cf792d09482646 (patch)
tree22fabbf1ed6763ff40afca9d3bde948cb0e8353f /src
parent019434e1f3ee1db8e3577320980d2a8b1d09ba51 (diff)
downloademacs-d114e0a48681f4e66fe0fdc063cf792d09482646.tar.gz
emacs-d114e0a48681f4e66fe0fdc063cf792d09482646.zip
Initial revision
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