]> git.eshelyaron.com Git - emacs.git/commit
Fix tool-bar highlight persisting after mouse moves onto WM frame
authorPo Lu <luangruo@yahoo.com>
Mon, 14 Mar 2022 01:05:48 +0000 (09:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 14 Mar 2022 01:07:13 +0000 (09:07 +0800)
commita63bac7adef9b17521e804a67a574764d6e8b2b6
treee0dae83f85239bde175cce7c3d450333add70614
parent485a8fcbf4974466022798c0159e954af9482cf1
Fix tool-bar highlight persisting after mouse moves onto WM frame

* src/xterm.c (handle_one_xevent): Always report MotionNotify
coordinates in terms of the edit widget.
src/xterm.c