mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 06:10:02 +01:00
parent
4cf62c114e
commit
742bce016c
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue