Initial revision
authorKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 00:54:22 +0000 (00:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 00:54:22 +0000 (00:54 +0000)
src/w32inevt.h [new file with mode: 0644]

diff --git a/src/w32inevt.h b/src/w32inevt.h
new file mode 100644 (file)
index 0000000..9cc08ac
--- /dev/null
@@ -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