mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-30 19:51:55 -07:00
@@ -137,6 +137,10 @@ void CDecorationPositioner::onWindowUpdate(PHLWINDOW pWindow) {
|
|||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
for (auto const& wd : datas) {
|
||||||
|
wd->positioningInfo = wd->pDecoration->getPositioningInfo();
|
||||||
|
}
|
||||||
|
|
||||||
WINDOWDATA->lastWindowSize = pWindow->m_vRealSize->value();
|
WINDOWDATA->lastWindowSize = pWindow->m_vRealSize->value();
|
||||||
WINDOWDATA->needsRecalc = false;
|
WINDOWDATA->needsRecalc = false;
|
||||||
const bool EPHEMERAL = pWindow->m_vRealSize->isBeingAnimated();
|
const bool EPHEMERAL = pWindow->m_vRealSize->isBeingAnimated();
|
||||||
|
Reference in New Issue
Block a user