don't set focus to globally active windows
markt markt
1 files changed,
1 insertions(+),
2 deletions(-)
jump to
M
src/WinClient.cc
→
src/WinClient.cc
@@ -168,8 +168,7 @@ }
bool WinClient::acceptsFocus() const { return (m_focus_mode == F_LOCALLYACTIVE || - m_focus_mode == F_PASSIVE || - m_focus_mode == F_GLOBALLYACTIVE && send_focus_message); + m_focus_mode == F_PASSIVE); } bool WinClient::sendFocus() {