]> git.eshelyaron.com Git - emacs.git/commit
Make mouse input work properly inside the debugger during DND
authorPo Lu <luangruo@yahoo.com>
Mon, 6 Jun 2022 04:33:41 +0000 (12:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 6 Jun 2022 04:35:10 +0000 (12:35 +0800)
commit9062856ed0be4a7966e82a8c44cc890b62cfc418
tree0b0fffc01d9ea6dbed1dc1fb2a8e34b25a1fa0d7
parent5ee4209f307fdf8cde9775539c9596d29edccd6d
Make mouse input work properly inside the debugger during DND

* src/xterm.c (x_dnd_begin_drag_and_drop): Set
`x_dnd_recursion_depth'.
(handle_one_xevent): If the recursive edit level is higher than
when DND started, handle mouse events normally.
src/xterm.c