groups: deactivate unfocused windows in groups (#9354)
This commit is contained in:
parent
f7fcbe32c9
commit
feb8ad48f0
3 changed files with 20 additions and 0 deletions
|
|
@ -474,6 +474,7 @@ class CWindow {
|
|||
void sendWindowSize(bool force = false);
|
||||
NContentType::eContentType getContentType();
|
||||
void setContentType(NContentType::eContentType contentType);
|
||||
void deactivateGroupMembers();
|
||||
|
||||
CBox getWindowMainSurfaceBox() const {
|
||||
return {m_vRealPosition->value().x, m_vRealPosition->value().y, m_vRealSize->value().x, m_vRealSize->value().y};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue