mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
parent
4cf62c114e
commit
742bce016c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user