]> git.eshelyaron.com Git - emacs.git/commitdiff
Include keyboard.h before frame.h.
authorAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 23:33:55 +0000 (23:33 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 23:33:55 +0000 (23:33 +0000)
(MOUSE_MOVED): Define if not known.

src/w32inevt.c

index 99e3ead3ae387106299160b69226ea53278dca32..d060b57561fb9676c14aa014186c64166d8ee8d1 100644 (file)
@@ -29,7 +29,12 @@ Boston, MA 02111-1307, USA.
 #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"