]> git.eshelyaron.com Git - emacs.git/commit
Fix some drag-and-drop handling on Haiku
authorPo Lu <luangruo@yahoo.com>
Sat, 11 Jun 2022 12:01:01 +0000 (12:01 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 11 Jun 2022 12:01:22 +0000 (12:01 +0000)
commit36758096961930baaf0e271522abfb78ff7f656d
tree5718ae6aa4f91a8c76f2d0f8734dba28b0436343
parentab63000b6add129f270bb7787abc75efefa76ffe
Fix some drag-and-drop handling on Haiku

* lisp/term/haiku-win.el (haiku-drag-and-drop): Don't raise
frame for some types of drags.

* src/haikuselect.c (haiku_unwind_drag_message): Don't hide
tooltip here.
(Fhaiku_drag_message): Only clear grab and hide tooltip if the
drag was successful.
lisp/term/haiku-win.el
src/haikuselect.c