]> git.eshelyaron.com Git - emacs.git/commit
Handle XI focus change events that specify implicit focus correctly
authorPo Lu <luangruo@yahoo.com>
Tue, 8 Mar 2022 13:25:37 +0000 (21:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 8 Mar 2022 13:26:37 +0000 (21:26 +0800)
commita7fdbed880fb92392b93c3ad53e89c0ce7ba515f
treec60e6b94597c5527fdef8a4ddb30360c81a6b393
parentbbbb47704f6c7e56a96983976fbb0ab1acca652f
Handle XI focus change events that specify implicit focus correctly

* src/xterm.c (x_detect_focus_change): If detail is
XINotifyPointer, set focus type to implicit.
src/xterm.c