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
f84b9938
Commit
f84b9938
authored
May 26, 2003
by
Juanma Barranquero
Browse files
(make_lispy_event) [WINDOWSNT]: Don't handle MOUSE_WHEEL_EVENT anymore.
parent
20464fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/keyboard.c
src/keyboard.c
+2
-2
No files found.
src/keyboard.c
View file @
f84b9938
...
...
@@ -5514,7 +5514,7 @@ make_lispy_event (event)
}
}
#endif /* WINDOWSNT */
#if
defined(WINDOWSNT) ||
defined(MAC_OSX)
#if defined(MAC_OSX)
case MOUSE_WHEEL_EVENT:
{
enum window_part part;
...
...
@@ -5587,7 +5587,7 @@ make_lispy_event (event)
Qnil))));
}
}
#endif /*
WINDOWSNT ||
MAC_OSX */
#endif /* MAC_OSX */
case DRAG_N_DROP_EVENT:
{
...
...
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