]> git.eshelyaron.com Git - emacs.git/commit
Fix confusion of wanted action with actual action on X
authorPo Lu <luangruo@yahoo.com>
Sun, 20 Mar 2022 13:19:31 +0000 (21:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 20 Mar 2022 13:21:43 +0000 (21:21 +0800)
commit0afef91fa1ee667d8797318011cd8eabc998f4e1
tree01e3e9cc462da099512df0694e20dc63d65e570b
parent978681e78295d1f3457afb944d7ad4049039397f
Fix confusion of wanted action with actual action on X

* src/xterm.c (x_dnd_begin_drag_and_drop)
(x_dnd_update_state, handle_one_xevent): Differentiate between
wanted action and chosen action correctly.
src/xterm.c