border: fixup infinite recursion

ref #7127
This commit is contained in:
Vaxry 2024-08-01 12:36:09 +02:00
parent 5edfa627b4
commit 60571cd5cc
2 changed files with 14 additions and 2 deletions

View file

@ -36,6 +36,8 @@ class CHyprBorderDecoration : public IHyprWindowDecoration {
CBox m_bAssignedGeometry = {0};
int m_iLastBorderSize = -1;
CBox assignedBoxGlobal();
bool doesntWantBorders();
};