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