blob: 9cc08ac99b289f4d64c27a7c6484009da3057bab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|