diff options
| author | Kim F. Storm | 2004-02-27 23:49:09 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-02-27 23:49:09 +0000 |
| commit | 156395866238fa97dbe03276c7e0c53679dd32ab (patch) | |
| tree | a49559ed3acaa4794708d9d67c7f9657e048174f /src | |
| parent | 9cd31aafd44dd4039c58d144a02fbd31f3c7e07f (diff) | |
| download | emacs-156395866238fa97dbe03276c7e0c53679dd32ab.tar.gz emacs-156395866238fa97dbe03276c7e0c53679dd32ab.zip | |
(w32_console_mouse_position): Fix prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32inevt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h index 0b3c70a141e..fb61cb0ef55 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h | |||
| @@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 21 | #ifndef EMACS_W32INEVT_H | 21 | #ifndef EMACS_W32INEVT_H |
| 22 | #define EMACS_W32INEVT_H | 22 | #define EMACS_W32INEVT_H |
| 23 | 23 | ||
| 24 | extern int w32_console_read_socket (int sd, struct input_event *bufp, | 24 | extern int w32_console_read_socket (int sd, int numchars, |
| 25 | int numchars, int expected); | 25 | struct input_event *hold_quit); |
| 26 | extern void w32_console_mouse_position (FRAME_PTR *f, int insist, | 26 | extern void w32_console_mouse_position (FRAME_PTR *f, int insist, |
| 27 | Lisp_Object *bar_window, | 27 | Lisp_Object *bar_window, |
| 28 | enum scroll_bar_part *part, | 28 | enum scroll_bar_part *part, |