]> git.eshelyaron.com Git - emacs.git/commit
Only rely on EWMH window activation if possible
authorPo Lu <luangruo@yahoo.com>
Sun, 2 Oct 2022 00:28:56 +0000 (08:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 2 Oct 2022 00:28:56 +0000 (08:28 +0800)
commit3924fbd0257a53e10502d6cdee32616fbe26f0c2
tree799de0237f88360d506635985db0403412c6217b
parent8a2bc8603996db24f206fc0c933536c7695a537a
Only rely on EWMH window activation if possible

* xterm.c (x_ewmh_activate_frame): Remove unnecessary
x_wm_supports check.
(x_focus_frame): When the window manager supports
_NET_ACTIVE_WINDOW, just use it; anything else may confuse the
window manager.
src/xterm.c