X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/06d8ace51597cd41e110560a56a1abeb6cce23d6..2566f386bf0ba1e652524aecb43667d9d8ebd929:/src/w32inevt.h diff --git a/src/w32inevt.h b/src/w32inevt.h index c18d722e4b..9117453e72 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h @@ -1,6 +1,5 @@ -/* Input routines for GNU Emacs on the Microsoft W32 API. - Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Input routines for GNU Emacs on the Microsoft Windows API. + Copyright (C) 1995, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -20,13 +19,14 @@ along with GNU Emacs. If not, see . */ #ifndef EMACS_W32INEVT_H #define EMACS_W32INEVT_H -extern int w32_console_read_socket (struct terminal *term, int numchars, +extern int w32_console_unicode_input; + +extern int w32_console_read_socket (struct terminal *term, struct input_event *hold_quit); -extern void w32_console_mouse_position (FRAME_PTR *f, int insist, +extern void w32_console_mouse_position (struct frame **f, int insist, Lisp_Object *bar_window, enum scroll_bar_part *part, Lisp_Object *x, Lisp_Object *y, unsigned long *time); #endif /* EMACS_W32INEVT_H */ -