mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-09 19:46:28 +00:00
damage monitor on stack rotations
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user