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
af3a05ed
Commit
af3a05ed
authored
May 27, 2003
by
Jason Rumney
Browse files
(GET_WHEEL_DELTA_WPARAM): New macro.
parent
2b5d4601
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/w32term.c
src/w32term.c
+5
-0
No files found.
src/w32term.c
View file @
af3a05ed
...
...
@@ -73,6 +73,11 @@ Lisp_Object Vx_toolkit_scroll_bars;
static
int
last_mousemove_x
=
0
;
static
int
last_mousemove_y
=
0
;
/* Define GET_WHEEL_DELTA_WPARAM macro if system headers don't. */
#ifndef GET_WHEEL_DELTA_WPARAM
#define GET_WHEEL_DELTA_WPARAM(wparam) ((short)HIWORD (wparam))
#endif
/* Non-zero means that a HELP_EVENT has been generated since Emacs
start. */
...
...
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