]> git.eshelyaron.com Git - emacs.git/commit
Make tool bar highlight work correctly during touch events
authorPo Lu <luangruo@yahoo.com>
Tue, 17 Jan 2023 10:54:22 +0000 (18:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 17 Jan 2023 10:54:22 +0000 (18:54 +0800)
commit96015c9c8cc1720e8ee7cd9cea4de48126dd9122
treec15ccc0ed7d94c1ba11d9ff70e11ff3b33b35d24
parentb9025c507a3a7dae4de19b18cafaa09b18183832
Make tool bar highlight work correctly during touch events

* src/xterm.c (handle_one_xevent): Before activating the tool
bar in response to a touch event, set the mouse highlight to
that location.  After the touch ends, clear the mouse highlight.
src/xterm.c