diff options
| author | Geoff Voelker | 1998-04-29 04:36:00 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-04-29 04:36:00 +0000 |
| commit | 81e3e4fd09c48af572217c4f6a99ea9051319a74 (patch) | |
| tree | 76ac96185a6a77bb6cff4b88153a8ef2b0543d26 /src | |
| parent | f3d268f90036df7d5adff7b65bdbf92391a50ea8 (diff) | |
| download | emacs-81e3e4fd09c48af572217c4f6a99ea9051319a74.tar.gz emacs-81e3e4fd09c48af572217c4f6a99ea9051319a74.zip | |
(w32_console_mouse_position): Rename from
w32_mouse_position.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32inevt.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c index adbff5a120b..fdd3d792b03 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -425,15 +425,15 @@ key_event (KEY_EVENT_RECORD *event, struct input_event *emacs_ev, int *isdead) | |||
| 425 | 425 | ||
| 426 | /* Mouse position hook. */ | 426 | /* Mouse position hook. */ |
| 427 | void | 427 | void |
| 428 | w32_mouse_position (FRAME_PTR *f, | 428 | w32_console_mouse_position (FRAME_PTR *f, |
| 429 | #ifndef MULE | 429 | #ifndef MULE |
| 430 | int insist, | 430 | int insist, |
| 431 | #endif | 431 | #endif |
| 432 | Lisp_Object *bar_window, | 432 | Lisp_Object *bar_window, |
| 433 | enum scroll_bar_part *part, | 433 | enum scroll_bar_part *part, |
| 434 | Lisp_Object *x, | 434 | Lisp_Object *x, |
| 435 | Lisp_Object *y, | 435 | Lisp_Object *y, |
| 436 | unsigned long *time) | 436 | unsigned long *time) |
| 437 | { | 437 | { |
| 438 | BLOCK_INPUT; | 438 | BLOCK_INPUT; |
| 439 | 439 | ||
| @@ -550,7 +550,7 @@ resize_event (WINDOW_BUFFER_SIZE_RECORD *event) | |||
| 550 | 550 | ||
| 551 | int | 551 | int |
| 552 | w32_console_read_socket (int sd, struct input_event *bufp, int numchars, | 552 | w32_console_read_socket (int sd, struct input_event *bufp, int numchars, |
| 553 | int waitp, int expected) | 553 | int expected) |
| 554 | { | 554 | { |
| 555 | BOOL no_events = TRUE; | 555 | BOOL no_events = TRUE; |
| 556 | int nev, ret = 0, add; | 556 | int nev, ret = 0, add; |