]> git.eshelyaron.com Git - emacs.git/commit
Handle errors getting selection ownership when starting DND
authorPo Lu <luangruo@yahoo.com>
Sat, 16 Apr 2022 00:54:40 +0000 (08:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 16 Apr 2022 00:54:40 +0000 (08:54 +0800)
commit1fed6e7b56d956668f2d4b5f99fc8592ddf66645
treeed5204801223c1ba39a0c9dd7cba275984902ded
parentc3ab8f188ef801ba2a8227a0732a75adeea315ab
Handle errors getting selection ownership when starting DND

* src/xterm.c (x_clear_dnd_targets): New function.
(x_dnd_begin_drag_and_drop): Handle errors in `x_own_selection'.
src/xterm.c