]> git.eshelyaron.com Git - emacs.git/commit
Fix processing of emacs:window_id inside DND messages if it already exists
authorPo Lu <luangruo@yahoo.com>
Sat, 26 Mar 2022 10:13:47 +0000 (10:13 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 26 Mar 2022 10:14:05 +0000 (10:14 +0000)
commit0594e9126167c64c8315c1e44d3f61c530259755
treeda5574c77aba7bfb8b7f9d88873bf2799e17b39b
parentf8ff5689a2003d51e7ebc8229fceb6703e293961
Fix processing of emacs:window_id inside DND messages if it already exists

* src/haiku_support.cc (MessageReceived): Use DropPoint instead
of getting it manually.
(be_drag_message): Replace window_id if it already exists.
src/haiku_support.cc