(latexenc-find-file-coding-system): Don't inherit the EOL part of the
[emacs.git] / src / w32inevt.h
blobfb61cb0ef55d9d842bb305f0aa001325ab52a130
1 /* Input routines for GNU Emacs on the Microsoft W32 API.
2 Copyright (C) 1995 Free Software Foundation, Inc.
4 This file is part of GNU Emacs.
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
21 #ifndef EMACS_W32INEVT_H
22 #define EMACS_W32INEVT_H
24 extern int w32_console_read_socket (int sd, int numchars,
25 struct input_event *hold_quit);
26 extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
27 Lisp_Object *bar_window,
28 enum scroll_bar_part *part,
29 Lisp_Object *x, Lisp_Object *y,
30 unsigned long *time);
32 #endif /* EMACS_W32INEVT_H */
34 /* arch-tag: 7641bd54-199f-4552-8e8a-6a2f5340ef13
35 (do not change this comment) */