]> git.eshelyaron.com Git - emacs.git/commit
Prevent crashes upon trying to focus a child frame on click
authorPo Lu <luangruo@yahoo.com>
Mon, 14 Nov 2022 06:07:04 +0000 (14:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 14 Nov 2022 06:07:04 +0000 (14:07 +0800)
commit83a497ee879959cd1b052fa9138adb79b480394d
tree55e0f28e3fd49595df290d6c962ff4df281da189
parentc0474ca21dd76cafbd1a04fd32d4a0bd42de6351
Prevent crashes upon trying to focus a child frame on click

* src/xterm.c (handle_one_xevent): Do not try to activate
override-redirect frames.  Explain why.
(x_focus_frame): Catch errors around XSetInputFocus.
src/xterm.c