mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07: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