]> git.eshelyaron.com Git - emacs.git/commit
More fixes to mouse event reporting during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Wed, 8 Jun 2022 00:49:51 +0000 (08:49 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 8 Jun 2022 00:49:51 +0000 (08:49 +0800)
commitf3162b82406f2162a4208c6b626def14ba68a03a
tree9b0696b0af4cca653fb5b67eaf97c4d14cb55976
parent88b025f8151f5552580b4fe8ace0897aac56ca71
More fixes to mouse event reporting during drag-and-drop

* src/xterm.c (x_dnd_begin_drag_and_drop): Don't reset
dpyinfo->grabbed when quitting.
(handle_one_xevent): Keep track of dpyinfo->grabbed as well
inside the drag-and-drop event loop.
src/xterm.c