aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-06-12 19:48:20 +0000
committerJason Rumney2000-06-12 19:48:20 +0000
commitc68833d2cadec9c4ff62040a9e5e2fcfb0099db5 (patch)
treeec458eeb6f879102486a0c4b23a8c3a4a252967c /src
parent3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c (diff)
downloademacs-c68833d2cadec9c4ff62040a9e5e2fcfb0099db5.tar.gz
emacs-c68833d2cadec9c4ff62040a9e5e2fcfb0099db5.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
-rw-r--r--src/w32inevt.h6
2 files changed, 13 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d32a3db297a..7dfc52674a0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12000-06-12 Jason Rumney <jasonr@gnu.org>
2
3 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
4
5 * w32.h (EMACS_W32_H): Renamed from _NT_H_
6
7 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
8
9 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
10
12000-06-12 Gerd Moellmann <gerd@gnu.org> 112000-06-12 Gerd Moellmann <gerd@gnu.org>
2 12
3 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function. 13 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
diff --git a/src/w32inevt.h b/src/w32inevt.h
index df94f910371..6ac5ea303e5 100644
--- a/src/w32inevt.h
+++ b/src/w32inevt.h
@@ -18,8 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02111-1307, USA. */
20 20
21#ifndef __NTINEVT_H__ 21#ifndef EMACS_W32INEVT_H
22#define __NTINEVT_H__ 22#define EMACS_W32INEVT_H
23 23
24extern int w32_console_read_socket (int sd, struct input_event *bufp, 24extern int w32_console_read_socket (int sd, struct input_event *bufp,
25 int numchars, int expected); 25 int numchars, int expected);
@@ -29,4 +29,4 @@ extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
29 Lisp_Object *x, Lisp_Object *y, 29 Lisp_Object *x, Lisp_Object *y,
30 unsigned long *time); 30 unsigned long *time);
31 31
32#endif 32#endif /* EMACS_W32INEVT_H */