]> git.eshelyaron.com Git - emacs.git/commit
Fix frame focus handling with native input
authorPo Lu <luangruo@yahoo.com>
Wed, 16 Feb 2022 07:40:39 +0000 (15:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 16 Feb 2022 07:40:39 +0000 (15:40 +0800)
commitfd2252294b679b1e50ed1aedf4c1a076fbae60e3
tree661688fb8c467b9228560571282e6d79d2799de5
parentdb5d2a4407d9016b09155477ccb6eafe5a17a0dd
Fix frame focus handling with native input

* lisp/term/x-win.el (x-gtk-use-native-input-watcher): Stop
passing frame parameter  to `x-internal-focus-input-context'.
* src/xfns.c (Fx_internal_focus_input_context): Focus all focus
frames from all displays.
lisp/term/x-win.el
src/xfns.c