]> git.eshelyaron.com Git - emacs.git/commit
Fix focus stealing in the Emacs server for old window managers
authorPo Lu <luangruo@yahoo.com>
Mon, 24 Oct 2022 11:18:17 +0000 (19:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 24 Oct 2022 11:18:49 +0000 (19:18 +0800)
commiteb3f8d1b648d0aa5e5fcaec66d9003817f00ce42
treeab204b2023f6a509c7ba1047d619ed3e6437c7f6
parentd083075b458ac532e114e6af09e990fba422d0ed
Fix focus stealing in the Emacs server for old window managers

* src/xterm.c (x_focus_frame): Apply focus stealing preference
to non-EWMH focus as well.  Otherwise frames get raised but not
focused.
src/xterm.c