Mercurial > emacs
comparison src/w32inevt.h @ 16588:481b7874a1e9
Change identifiers of the form win32* to w32*.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 19 Nov 1996 04:59:23 +0000 |
parents | ee40177f6c68 |
children | c686d4f3728a |
comparison
equal
deleted
inserted
replaced
16587:13cda507257c | 16588:481b7874a1e9 |
---|---|
1 /* Win32 input routines. | 1 /* Input routines for Emacs on Win32 API. |
2 Copyright (C) 1995 Free Software Foundation, Inc. | 2 Copyright (C) 1995 Free Software Foundation, Inc. |
3 | 3 |
4 This file is part of GNU Emacs. | 4 This file is part of GNU Emacs. |
5 | 5 |
6 GNU Emacs is free software; you can redistribute it and/or modify | 6 GNU Emacs is free software; you can redistribute it and/or modify |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 #ifndef __NTINEVT_H__ | 21 #ifndef __NTINEVT_H__ |
22 #define __NTINEVT_H__ | 22 #define __NTINEVT_H__ |
23 | 23 |
24 int win32_read_socket (/* int sd, struct input_event *bufp, int numchars, | 24 int w32_console_read_socket (/* int sd, struct input_event *bufp, int numchars, |
25 int waitp, int expected */); | 25 int waitp, int expected */); |
26 void win32_mouse_position (/* FRAME_PTR *f, | 26 void w32_mouse_position (/* FRAME_PTR *f, |
27 Lisp_Object *bar_window, | 27 Lisp_Object *bar_window, |
28 enum scroll_bar_part *part, | 28 enum scroll_bar_part *part, |
29 Lisp_Object *x, | 29 Lisp_Object *x, |
30 Lisp_Object *y, | 30 Lisp_Object *y, |
31 unsigned long *time */); | 31 unsigned long *time */); |