mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-30 19:51:55 -07:00
damage monitor on stack rotations
This commit is contained in:
@@ -1082,6 +1082,9 @@ void CCompositor::moveWindowToTop(CWindow* pWindow) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (pw->m_bIsMapped)
|
||||
g_pHyprRenderer->damageMonitor(getMonitorFromID(pw->m_iMonitorID));
|
||||
};
|
||||
|
||||
moveToTop(pWindow);
|
||||
|
Reference in New Issue
Block a user