summaryrefslogtreecommitdiff
path: root/src/w32inevt.h
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-11-19 04:59:23 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-11-19 04:59:23 +0000
commit08983720e7254809fd09d288052e3250e1456079 (patch)
tree8c4902f497c2df2a858667bfa392f5bf86664a69 /src/w32inevt.h
parent5187e8acf84394b2b0f24f0fbc26c719d2279434 (diff)
downloademacs-08983720e7254809fd09d288052e3250e1456079.tar.gz
Change identifiers of the form win32* to w32*.
Diffstat (limited to 'src/w32inevt.h')
-rw-r--r--src/w32inevt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h
index f0732f55653..f0a0a9c5ad9 100644
--- a/src/w32inevt.h
+++ b/src/w32inevt.h
@@ -1,4 +1,4 @@
-/* Win32 input routines.
+/* Input routines for Emacs on Win32 API.
Copyright (C) 1995 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -21,9 +21,9 @@ Boston, MA 02111-1307, USA. */
#ifndef __NTINEVT_H__
#define __NTINEVT_H__
-int win32_read_socket (/* int sd, struct input_event *bufp, int numchars,
- int waitp, int expected */);
-void win32_mouse_position (/* FRAME_PTR *f,
+int w32_console_read_socket (/* int sd, struct input_event *bufp, int numchars,
+ int waitp, int expected */);
+void w32_mouse_position (/* FRAME_PTR *f,
Lisp_Object *bar_window,
enum scroll_bar_part *part,
Lisp_Object *x,