]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of mouse motion across screens during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Fri, 24 Jun 2022 08:41:12 +0000 (16:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 24 Jun 2022 08:41:12 +0000 (16:41 +0800)
commitc148bfc229e4d305a8e45595b1b0aa8ae21ef7de
tree6a9042c19e71b378218d1562cfbb0955deb882fe
parent9f3ce27e56f5fa1053f2abcbcbd375cc0a75f283
Fix handling of mouse motion across screens during drag-and-drop

* src/xterm.c (x_dnd_fill_empty_target): New function.
(handle_one_xevent): Fill empty target if the event didn't come
from the same screen.
src/xterm.c