]> git.eshelyaron.com Git - emacs.git/commit
Fix mouse face handling with tooltips
authorPo Lu <luangruo@yahoo.com>
Mon, 25 Jul 2022 02:07:30 +0000 (10:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 25 Jul 2022 02:07:30 +0000 (10:07 +0800)
commit3c23ae13f044083c928df14ff441f841fcdc3b4f
treeb79bd27661e99e3c34e9f4de4bf723c6ea1e79f6
parentb1f14e94ada90c266e3e6683d401e567397c4910
Fix mouse face handling with tooltips

* src/xterm.c (handle_one_xevent): Clear last_mouse_motion_frame
and last_mouse_glyph_frame on LeaveNotify.  Otherwise, mouse
face will be restored by gui_redo_mouse_highlight and will not
be restored if an EnterNotify is later sent on top of the same
glyph.
src/xterm.c