deco-positioner: recalc after uncache

This commit is contained in:
Vaxry 2023-11-11 14:52:27 +00:00
parent 9b5e2e71e0
commit cc04b52ce1
2 changed files with 4 additions and 0 deletions

View file

@ -84,6 +84,7 @@ class CDecorationPositioner {
Vector2D lastWindowSize = {};
SWindowDecorationExtents reserved = {};
SWindowDecorationExtents extents = {};
bool needsRecalc = false;
};
std::unordered_map<CWindow*, SWindowData> m_mWindowDatas;