Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bce179b5
Commit
bce179b5
authored
Sep 04, 2007
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
parent
13899bc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
src/ChangeLog
src/ChangeLog
+24
-0
src/termhooks.h
src/termhooks.h
+3
-0
No files found.
src/ChangeLog
View file @
bce179b5
2007-09-04 Jason Rumney <jasonr@gnu.org>
* termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
* keyboard.c (discard_mouse_events): Discard it.
(make_lispy_event): Translate it to a lisp event.
(lispy_wheel_names): Add wheel-left and right events.
(syms_of_keyboard): Enlarge wheel_syms.
* w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
<WM_MOUSEHWHEEL>: Pass new system message to lisp.
* w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
* w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
from WM_MOUSEHWHEEL.
(w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
* w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
terminal.
* w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
keyboard for the terminal.
2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
* term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
src/termhooks.h
View file @
bce179b5
...
...
@@ -109,6 +109,9 @@ enum event_kind
the wheel event occurred in.
.timestamp gives a timestamp (in
milliseconds) for the event. */
HORIZ_WHEEL_EVENT
,
/* A wheel event generated by a second
horizontal wheel that is present on some
mice. See WHEEL_EVENT. */
#if defined (WINDOWSNT) || defined (MAC_OS)
LANGUAGE_CHANGE_EVENT
,
/* A LANGUAGE_CHANGE_EVENT is
generated on WINDOWSNT or Mac OS
...
...
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