]> git.eshelyaron.com Git - emacs.git/commit
Prevent invisible frames from acting as drag sources
authorPo Lu <luangruo@yahoo.com>
Thu, 17 Mar 2022 09:41:41 +0000 (17:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 17 Mar 2022 09:41:41 +0000 (17:41 +0800)
commit140d7cc9cbb9da0a2494110105909b1cb8c92998
treed6b8924ec99d0d3ef561dc04b074e4046ef7fe38
parent51bf066b30131c8bcbc0592f1b7363bcecfee334
Prevent invisible frames from acting as drag sources

* src/xterm.c (x_dnd_begin_drag_and_drop): Error out if f is
invisible.  It makes no sense for an invisible frame to be a
drag source, so the function just hangs.
src/xterm.c