diff options
-rw-r--r-- | src/WinClient.cc | 3 |
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 | ||
169 | bool WinClient::acceptsFocus() const { | 169 | bool 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 | ||
175 | bool WinClient::sendFocus() { | 174 | bool WinClient::sendFocus() { |