groups: deactivate unfocused windows in groups (#9354)

This commit is contained in:
nyx 2025-02-08 09:05:44 -05:00 committed by GitHub
parent f7fcbe32c9
commit feb8ad48f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 0 deletions

View file

@ -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};