X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ed7f1a6c5caaf4159125c08db5d18c5471fdd032..cfbf790d80eaa399afceecd9a6c3e2e76bca59b0:/src/w32inevt.h?ds=sidebyside diff --git a/src/w32inevt.h b/src/w32inevt.h index 9ca5250815..8a7e4fed06 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h @@ -1,5 +1,5 @@ -/* Input routines for GNU Emacs on the Microsoft W32 API. - Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc. +/* Input routines for GNU Emacs on the Microsoft Windows API. + Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -19,7 +19,9 @@ 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, Lisp_Object *bar_window, @@ -28,4 +30,3 @@ extern void w32_console_mouse_position (FRAME_PTR *f, int insist, unsigned long *time); #endif /* EMACS_W32INEVT_H */ -