]> git.eshelyaron.com Git - emacs.git/commit
Make C-mouse-3 on scroll bars work on Haiku
authorPo Lu <luangruo@yahoo.com>
Sat, 12 Mar 2022 02:47:03 +0000 (02:47 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 12 Mar 2022 02:47:03 +0000 (02:47 +0000)
commit3ba3fdf7aa8637afa4329bc17edfb034ee5c8162
treebbbf13a1fb50d655ded47d3c28bbada3015b1477
parentb279e1a5ece70c2b1bb1ab32572473d0cb667b52
Make C-mouse-3 on scroll bars work on Haiku

* src/haiku_support.cc (class EmacsScrollBar): New field
`handle_button'.
(MouseDown, MouseUp): Pass button events with ControlMask to
parent view.
src/haiku_support.cc