aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WinClient.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index d75d6eb..99264d2 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -168,8 +168,7 @@ WinClient::~WinClient() {
168 168
169bool WinClient::acceptsFocus() const { 169bool WinClient::acceptsFocus() const {
170 return (m_focus_mode == F_LOCALLYACTIVE || 170 return (m_focus_mode == F_LOCALLYACTIVE ||
171 m_focus_mode == F_PASSIVE || 171 m_focus_mode == F_PASSIVE);
172 m_focus_mode == F_GLOBALLYACTIVE && send_focus_message);
173} 172}
174 173
175bool WinClient::sendFocus() { 174bool WinClient::sendFocus() {