Mercurial > emacs
changeset 21829:674d44aeeda1
(w32_console_mouse_position): Rename from
w32_mouse_position.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Wed, 29 Apr 1998 04:36:00 +0000 |
parents | 7e3f21132df4 |
children | 56104212fe5c |
files | src/w32inevt.c |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32inevt.c Wed Apr 29 04:35:17 1998 +0000 +++ b/src/w32inevt.c Wed Apr 29 04:36:00 1998 +0000 @@ -425,15 +425,15 @@ /* Mouse position hook. */ void -w32_mouse_position (FRAME_PTR *f, +w32_console_mouse_position (FRAME_PTR *f, #ifndef MULE - int insist, + int insist, #endif - Lisp_Object *bar_window, - enum scroll_bar_part *part, - Lisp_Object *x, - Lisp_Object *y, - unsigned long *time) + Lisp_Object *bar_window, + enum scroll_bar_part *part, + Lisp_Object *x, + Lisp_Object *y, + unsigned long *time) { BLOCK_INPUT; @@ -550,7 +550,7 @@ int w32_console_read_socket (int sd, struct input_event *bufp, int numchars, - int waitp, int expected) + int expected) { BOOL no_events = TRUE; int nev, ret = 0, add;