comparison src/w32inevt.h @ 11378:9020ac98e9d3

Initial revision
author Karl Heuer <kwzh@gnu.org>
date Wed, 12 Apr 1995 00:54:22 +0000
parents
children b2d5260a5da0
comparison
equal deleted inserted replaced
11377:2de0b88cc028 11378:9020ac98e9d3
1 #ifndef __NTINEVT_H__
2 #define __NTINEVT_H__
3
4 int win32_read_socket _P_((int sd, struct input_event *bufp, int numchars,
5 int waitp, int expected));
6 void 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