Completely rewrote Dwindle group code

This commit is contained in:
vaxerski
2022-08-11 19:29:39 +02:00
parent cd75606f42
commit c319a2aba9
3 changed files with 232 additions and 138 deletions

View File

@@ -260,6 +260,8 @@ void IHyprLayout::changeWindowFloatingMode(CWindow* pWindow) {
pWindow->m_sSpecialRenderData.rounding = true;
}
g_pCompositor->updateWindowAnimatedDecorationValues(pWindow);
pWindow->updateToplevel();
}