]> git.eshelyaron.com Git - emacs.git/commit
Fix frame focus on X Toolkit builds with XInput 2
authorPo Lu <luangruo@yahoo.com>
Sun, 12 Dec 2021 06:00:09 +0000 (14:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 Dec 2021 06:01:45 +0000 (14:01 +0800)
commiteff1bb78bd3bfa60cbf4982e90217d00887ea0c8
tree278bcd8c54495c919b82eb8111841e0e0d0a8b1b
parent95d7a794cc48312c41a34ef9cdc0e5c95f35d2ac
Fix frame focus on X Toolkit builds with XInput 2

* src/xterm.c (x_detect_focus_change): Allow focus_state to not
be FOCUS_EXPLICIT when handling FocusIn and FocusOut events.
src/xterm.c