(lispy_mouse_names): Variable removed.
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Apr 2000 12:11:39 +0000 (12:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Apr 2000 12:11:39 +0000 (12:11 +0000)
commit8e1e42402f950a4ba4653fa75a988be527a391c4
treec98f7725e2b037e961e8844dc343acb61b26189a
parent843930b70c7dfe1bce34ba744463ddb09dda4e47
(lispy_mouse_names): Variable removed.
(Vlispy_mouse_stem): New variable.
(syms_of_keyboard): Initialize Vlispy_mouse_stem.
(make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
for any mouse button number.  Increase size of mouse_syms and
button_down_location as needed.  Call modify_event_symbol with
different arguments.
(make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
Call modify_event_symbol with different arguments.
(make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
for any button number.  Call modify_event_symbol with different
arguments.
(modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
Accept a string for NAME_ALIST_OR_STEM.
src/keyboard.c