Internal: Hyprland box implementation (#3755)
* box impl * remove unused operators * missed applyfromwlr
This commit is contained in:
parent
73e78f05ad
commit
55b4f84fea
47 changed files with 520 additions and 352 deletions
|
|
@ -27,5 +27,6 @@ class CHyprDropShadowDecoration : public IHyprWindowDecoration {
|
|||
Vector2D m_vLastWindowPos;
|
||||
Vector2D m_vLastWindowSize;
|
||||
|
||||
wlr_box m_bLastWindowBox = {0};
|
||||
CBox m_bLastWindowBox = {0};
|
||||
SWindowDecorationExtents m_eLastExtents = {};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue