]> git.eshelyaron.com Git - emacs.git/commit
Fix several more issues with running Lisp during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Mon, 6 Jun 2022 08:01:41 +0000 (16:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 6 Jun 2022 08:01:41 +0000 (16:01 +0800)
commit3cbdd5914658f39f53baaeaf6a0aadfa534c02e8
tree8a51c12cd6e160d482978426033a41cb4ce67968
parent31bc62b6adeee5aa1539b1b527f52b85ea153d26
Fix several more issues with running Lisp during drag-and-drop

* src/xterm.c (handle_one_xevent): Fix _NET_WM_PING cycle again
and set mouse_moved flags during drag-and-drop so reading mouse
events from Lisp continues to work.
src/xterm.c