changeset 31113:1743924e00dd

Include keyboard.h before frame.h. (MOUSE_MOVED): Define if not known.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 23:33:55 +0000
parents 1c1c5d1eb49c
children cd392fdf0e9f
files src/w32inevt.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32inevt.c	Tue Aug 22 23:32:51 2000 +0000
+++ b/src/w32inevt.c	Tue Aug 22 23:33:55 2000 +0000
@@ -29,7 +29,12 @@
 #include <stdio.h>
 #include <windows.h>
 
+#ifndef MOUSE_MOVED
+#define MOUSE_MOVED   1
+#endif
+
 #include "lisp.h"
+#include "keyboard.h"
 #include "frame.h"
 #include "blockinput.h"
 #include "termhooks.h"