summaryrefslogtreecommitdiff
path: root/src/w32inevt.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-12 00:54:22 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-12 00:54:22 +0000
commit216fd3f2f72e21dd2dbd2ee3df097f2e679e3be0 (patch)
treea2a66a0712c7205f400fa57227994b7ca0a968c1 /src/w32inevt.h
parent9bab6254d630b8332f106a8aadb735aa710bea79 (diff)
downloademacs-216fd3f2f72e21dd2dbd2ee3df097f2e679e3be0.tar.gz
Initial revision
Diffstat (limited to 'src/w32inevt.h')
-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 @@
+#ifndef __NTINEVT_H__
+#define __NTINEVT_H__
+
+int win32_read_socket _P_((int sd, struct input_event *bufp, int numchars,
+ int waitp, int expected));
+void win32_mouse_position _P_((FRAME_PTR *f,
+ Lisp_Object *bar_window,
+ enum scroll_bar_part *part,
+ Lisp_Object *x,
+ Lisp_Object *y,
+ unsigned long *time));
+
+#endif