Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
690e96a3
Commit
690e96a3
authored
Aug 22, 2000
by
Andrew Innes
Browse files
Include keyboard.h before frame.h.
(MOUSE_MOVED): Define if not known.
parent
c86a4064
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/w32inevt.c
src/w32inevt.c
+5
-0
No files found.
src/w32inevt.c
View file @
690e96a3
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment