]> git.eshelyaron.com Git - emacs.git/commit
Ignore drag source frame on Haiku in line with documentation
authorPo Lu <luangruo@yahoo.com>
Sat, 19 Mar 2022 07:00:11 +0000 (07:00 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 19 Mar 2022 07:00:28 +0000 (07:00 +0000)
commit43ee6f291d88453f0d6dec76fe80f4e7503abc81
tree5973c33811255eb222be8f3337d094f541eb1ba7
parent5781f0af7dae91097f797e93a63cb733b2b66f1d
Ignore drag source frame on Haiku in line with documentation

* src/haiku_support.cc (class EmacsWindow): New field
`window_id'.
(MessageReceived): Ignore dropped messages with same window id.
(be_drag_message): Add source frame's window ID to message.
src/haiku_support.cc