]> git.eshelyaron.com Git - emacs.git/commit
Handle display disconnects during DND
authorPo Lu <luangruo@yahoo.com>
Thu, 28 Apr 2022 01:31:29 +0000 (09:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 28 Apr 2022 01:31:29 +0000 (09:31 +0800)
commit22b2250732bcc1d8eecf11bb3cf490570d80497f
tree9010b4ba0a2ca28e6121ec47818ccd77357b718a
parent28b375a93142a13b36d397cf627097bde429b73f
Handle display disconnects during DND

* src/xterm.c (handle_one_xevent): Keep track of the display the
drop target is on during DND finish.
(x_connection_closed, x_delete_terminal): Handle display
disconnects during DND correctly.
src/xterm.c