]> git.eshelyaron.com Git - emacs.git/commit
Improve some behavior when the X server does not trust Emacs
authorPo Lu <luangruo@yahoo.com>
Fri, 9 Dec 2022 10:28:42 +0000 (18:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 9 Dec 2022 10:30:23 +0000 (18:30 +0800)
commitcce37ac9f4c66d927d1acae75763e5fb56632783
treee082050be86bbea101feec4c953bb7409ab8fa08
parentab1fd3e8d3aa9fa3e5b27fe8eb6178b54bedb67b
Improve some behavior when the X server does not trust Emacs

* src/xterm.c (x_dnd_begin_drag_and_drop): Display error when
Emacs is untrusted instead of hanging indefinitely.
(x_focus_frame): Simply return instead of wasting time when
Emacs is untrusted.
src/xterm.c