]> git.eshelyaron.com Git - emacs.git/commit
Fix mouse face problems when moving between two frames on Haiku
authorPo Lu <luangruo@yahoo.com>
Sun, 2 Jan 2022 02:37:21 +0000 (02:37 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 2 Jan 2022 02:37:21 +0000 (02:37 +0000)
commit5bdf413b1902c8bbebdef774a701fa1badce9e32
treeb884d9094e68d222352d1e34abf5fe5f5b25891d
parentaf729b1dfd235de400f6a0998a968222417596bf
Fix mouse face problems when moving between two frames on Haiku

* src/haiku_support.cc (movement_locker): New locker.
(MouseMoved): Lock that locker.
(BWindow_new):
(BWindow_quit): Use LockLooper instead of Lock.

* src/haikuterm.c (haiku_read_socket): Clear mouse face if
a motion event is received for a frame other than the one
that is currently displaying the mouse face.
src/haiku_support.cc
src/haikuterm.c