1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(w32_console_mouse_position): Fix prototype.

This commit is contained in:
Kim F. Storm 2004-02-27 23:49:09 +00:00
parent 9cd31aafd4
commit 1563958662

View File

@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. */
#ifndef EMACS_W32INEVT_H
#define EMACS_W32INEVT_H
extern int w32_console_read_socket (int sd, struct input_event *bufp,
int numchars, int expected);
extern int w32_console_read_socket (int sd, int numchars,
struct input_event *hold_quit);
extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
Lisp_Object *bar_window,
enum scroll_bar_part *part,