don't set focus to globally active windows
This commit is contained in:
parent
64813f62fd
commit
ab01fc56fd
1 changed files with 1 additions and 2 deletions
|
@ -168,8 +168,7 @@ WinClient::~WinClient() {
|
||||||
|
|
||||||
bool WinClient::acceptsFocus() const {
|
bool WinClient::acceptsFocus() const {
|
||||||
return (m_focus_mode == F_LOCALLYACTIVE ||
|
return (m_focus_mode == F_LOCALLYACTIVE ||
|
||||||
m_focus_mode == F_PASSIVE ||
|
m_focus_mode == F_PASSIVE);
|
||||||
m_focus_mode == F_GLOBALLYACTIVE && send_focus_message);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WinClient::sendFocus() {
|
bool WinClient::sendFocus() {
|
||||||
|
|
Loading…
Reference in a new issue