mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 23:06:00 +01:00
workspace: remove monitor and visible flags on inert
This commit is contained in:
parent
0051b078a1
commit
f815a33f64
1 changed files with 4 additions and 2 deletions
|
@ -413,6 +413,8 @@ bool CWorkspace::matchesStaticSelector(const std::string& selector_) {
|
||||||
void CWorkspace::markInert() {
|
void CWorkspace::markInert() {
|
||||||
m_bInert = true;
|
m_bInert = true;
|
||||||
m_iID = WORKSPACE_INVALID;
|
m_iID = WORKSPACE_INVALID;
|
||||||
|
m_iMonitorID = -1;
|
||||||
|
m_bVisible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CWorkspace::inert() {
|
bool CWorkspace::inert() {
|
||||||
|
|
Loading…
Reference in a new issue