Mercurial > emacs
changeset 11378:9020ac98e9d3
Initial revision
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 12 Apr 1995 00:54:22 +0000 |
parents | 2de0b88cc028 |
children | 23f7aa711f96 |
files | src/w32inevt.h |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/w32inevt.h Wed Apr 12 00:54:22 1995 +0000 @@ -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