don't set focus to globally active windows

This commit is contained in:
markt 2007-11-04 19:42:24 +00:00
parent 64813f62fd
commit ab01fc56fd

View file

@ -168,8 +168,7 @@ WinClient::~WinClient() {
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() {