]> git.eshelyaron.com Git - emacs.git/commit
Reported taken action correctly when dragging to another frame on X
authorPo Lu <luangruo@yahoo.com>
Wed, 23 Mar 2022 01:21:04 +0000 (09:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 23 Mar 2022 01:21:04 +0000 (09:21 +0800)
commit8b853b3f98a9e6a81a2d41a668d560cc9105836f
tree85612df06e180ea6361dd3aef125d172b7b0858d
parenteb25ae3f2db2543bc4c31fbddb4c719e43913ff8
Reported taken action correctly when dragging to another frame on X

* src/xterm.c (x_dnd_cleanup_drag_and_drop, x_dnd_update_state)
(x_free_frame_resources, handle_one_xevent): Set
`x_dnd_end_window'.
(x_dnd_begin_drag_and_drop): Return `XdndActionPrivate' if the
drop landed on one of our own frames.
src/xterm.c