damage monitor on stack rotations
This commit is contained in:
parent
8ba4f34a7c
commit
df30f0519a
1 changed files with 3 additions and 0 deletions
|
|
@ -1082,6 +1082,9 @@ void CCompositor::moveWindowToTop(CWindow* pWindow) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pw->m_bIsMapped)
|
||||||
|
g_pHyprRenderer->damageMonitor(getMonitorFromID(pw->m_iMonitorID));
|
||||||
};
|
};
|
||||||
|
|
||||||
moveToTop(pWindow);
|
moveToTop(pWindow);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue