]> git.eshelyaron.com Git - emacs.git/commit
Fix special DND event coordinates
authorPo Lu <luangruo@yahoo.com>
Mon, 13 Jun 2022 01:11:08 +0000 (09:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 13 Jun 2022 01:11:08 +0000 (09:11 +0800)
commit79f50e913d32cb1d1f7757258240147b9234c4d3
treeb54b534f7e972c80fd40b3505768a8df0e21c8b1
parent72e0ef74d0ed242cd75226aef887d87391c23f6d
Fix special DND event coordinates

* src/xterm.c (x_dnd_note_self_drop): Set DND action to
XdndActionPrivate.
(x_dnd_begin_drag_and_drop): Don't return XdndPrivate specially
here.
(handle_one_xevent): Fix order of arguments to
x_dnd_note_self_drop.
src/xterm.c