]> git.eshelyaron.com Git - emacs.git/commit
Fix auto-lower when the mouse moves onto a scrollbar on Haiku
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Feb 2022 03:35:25 +0000 (03:35 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Feb 2022 03:35:25 +0000 (03:35 +0000)
commitfe7c0798e879c54f660cc0371fa3ef0fd063a77a
tree21bd299d484e8e7b82416ac5604858b87b4bb06b
parent543ae215c111e175871c6efc891d7816c2dd0f8c
Fix auto-lower when the mouse moves onto a scrollbar on Haiku

* src/haiku_support.cc (MouseMoved):
(BView_inside_scroll_bar): New functions.
* src/haiku_support.h: Update prototypes.
* src/haikuterm.c (haiku_read_socket): Don't auto-lower if the
pointer left the view for a scroll bar.
src/haiku_support.cc
src/haiku_support.h
src/haikuterm.c