]> git.eshelyaron.com Git - emacs.git/commit
Allow holding down scroll bar buttons on Haiku when overscrolling
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 05:32:34 +0000 (05:32 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Mar 2022 05:32:34 +0000 (05:32 +0000)
commit97f9eeaaefebf5f3852b062535f7c041831609bd
treeb8707c40ef61b0ce6b3502e3133b8d747888a519
parentebd5725e0b2f7e1dcf6dcb068bef638edd7f0cb4
Allow holding down scroll bar buttons on Haiku when overscrolling

* src/haiku_support.cc (EmacsWindow): Set appropriate pulse
rate.
(class EmacsScrollBar, ValueChanged): Don't send any part events
here.
(MouseDown): Set dragging to a value larger than 1 if the scroll
bar is at the end.
(Pulse): New method.
src/haiku_support.cc