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
commitfbd6baedb5818026258ae813d298779d4d029bf1 (patch)
treeb48b862a1f549f0a5d903fb6aad622e4ae80bfe9 /src/w32inevt.h
parent0f7d64d24552f764c1a34a2d6087dee2eb92770e (diff)
downloademacs-fbd6baedb5818026258ae813d298779d4d029bf1.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,