]> git.eshelyaron.com Git - emacs.git/commit
Work around another X server bug in crossing event dispatch
authorPo Lu <luangruo@yahoo.com>
Sat, 3 Sep 2022 13:39:30 +0000 (21:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 3 Sep 2022 13:44:48 +0000 (21:44 +0800)
commitab5ca80e745e86c33e6bec86c9331978d071d1a4
treec64d04249e0157c772710812a96a4966e68b24f9
parent419d7579056850057d9897f012acd30d2670b7b9
Work around another X server bug in crossing event dispatch

* src/xterm.c (xi_focus_handle_for_device): Clear implicit focus
along with FocusOut.  (bug#57468)
(x_mouse_leave): Avoid invalid reads of
dpyinfo->x_focus_event_frame on input extension builds.
src/xterm.c