(help_echo_object, help_echo_pos): New variables.
authorGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 13:56:09 +0000 (13:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 13:56:09 +0000 (13:56 +0000)
commitbe01051469d7f14895eb388f6eabe3894d8ed75a
tree4ec2908f51f571da3721b793ed5c1a932bcce77c
parent35ff954adbee79c75bfced64d71c004a2eb36350
(help_echo_object, help_echo_pos): New variables.
(note_mode_line_highlight): Store additional information about the
help-echo in help_echo_object and help_echo_pos.  Check both
`local-map' and `keymap' properties for changing the cursor
(note_mouse_highlight): Store additional information about the
help-echo in help_echo_object and help_echo_pos.
(note_tool_bar_highlight): Set help_echo_object to nil and
help_echo_pos to -1.
(XTread_socket): Use gen_help_event instead of filling
input_events manually.
(syms_of_xterm): Staticpro help_echo_object.
src/xterm.c