]> git.eshelyaron.com Git - emacs.git/commit
Ignore emulated mouse clicks during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Sun, 19 Jun 2022 07:21:46 +0000 (15:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 Jun 2022 07:21:46 +0000 (15:21 +0800)
commit76f3878e287542ffaa40126528fc0cb2dc6a2a3d
tree477736128112e5d6c21a018aa258ea25e7f035e0
parent823b503c9da3d69a369bfeb1c2496cd22933360a
Ignore emulated mouse clicks during drag-and-drop

* src/xterm.c (handle_one_xevent): Don't set dpyinfo->grab and
last mouse frame for emulated mouse events during a
drag-and-drop operation.
src/xterm.c