]> git.eshelyaron.com Git - emacs.git/commit
Ignore mouse movement correctly on Haiku during drag and drop
authorPo Lu <luangruo@yahoo.com>
Wed, 30 Mar 2022 08:24:45 +0000 (08:24 +0000)
committerPo Lu <luangruo@yahoo.com>
Wed, 30 Mar 2022 08:24:45 +0000 (08:24 +0000)
commitea86ba8966c80256e05c45aead130aff462f9ad8
tree60461b03100c4990ee89575e5cee50150cb02f82
parent9f54cb5f8f0df79468546b9431a0fe72ee2f1a52
Ignore mouse movement correctly on Haiku during drag and drop

* src/haikuselect.c (haiku_unwind_drag_message): New function.
(Fhaiku_drag_message): Set `haiku_dnd_in_progress' to false.
* src/haikuterm.c (haiku_read_socket): Fix overriding of
need_flush when reading events from multiple frames.
* src/haikuterm.h (haiku_dnd_in_progress): New variable.
* src/xdisp.c (note_mouse_highlight): Ignore if said variable is
true.
src/haikuselect.c
src/haikuterm.c
src/haikuterm.h
src/xdisp.c