raise when focused with net_active_window message
This commit is contained in:
parent
d9e7a7b8cd
commit
f1f4cf57af
1 changed files with 1 additions and 0 deletions
|
@ -783,6 +783,7 @@ void OBClient::clientMessageHandler(const XClientMessageEvent &e)
|
|||
} else if (e.message_type ==
|
||||
property->atom(otk::OBProperty::net_active_window)) {
|
||||
focus();
|
||||
Openbox::instance->screen(_screen)->restack(true, this); // raise
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue