]> git.eshelyaron.com Git - emacs.git/commit
Handle modifiers during Haiku DND wheel movement
authorPo Lu <luangruo@yahoo.com>
Tue, 26 Jul 2022 05:41:25 +0000 (05:41 +0000)
committerPo Lu <luangruo@yahoo.com>
Tue, 26 Jul 2022 05:42:42 +0000 (05:42 +0000)
commit2bc6d8283189bcbbf9bceeac5013b9e41a511222
tree85a119ef690ab01d0690c4e605dd272cf1b1fc2b
parentf6040018c5e281ee31a3e499f43f29fbf1e817e9
Handle modifiers during Haiku DND wheel movement

* lisp/term/haiku-win.el (haiku-dnd-modifier-mask)
(haiku-dnd-wheel-modifier-type): New functions.
(haiku-handle-drag-wheel): Use them.
* lisp/x-dnd.el (x-dnd-modifier-mask): Remove outdated comment.
* src/haikuselect.c (haiku_note_drag_wheel): Pass modifiers to
wheel function.
(syms_of_haikuselect): Update doc strings.
lisp/term/haiku-win.el
lisp/x-dnd.el
src/haikuselect.c