Mercurial > emacs
comparison src/w32inevt.c @ 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 | 1a4fc4d9ca9a |
children | 3d02c8b4b525 |
comparison
equal
deleted
inserted
replaced
21828:7e3f21132df4 | 21829:674d44aeeda1 |
---|---|
423 return 1; | 423 return 1; |
424 } | 424 } |
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 |
440 #ifndef MULE | 440 #ifndef MULE |
441 insist = insist; | 441 insist = insist; |
548 SET_FRAME_GARBAGED (f); | 548 SET_FRAME_GARBAGED (f); |
549 } | 549 } |
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; |
557 int isdead; | 557 int isdead; |
558 | 558 |