Internal: Hyprland box implementation (#3755)

* box impl

* remove unused operators

* missed applyfromwlr
This commit is contained in:
Vaxry 2023-11-04 17:03:05 +00:00 committed by GitHub
parent 73e78f05ad
commit 55b4f84fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 520 additions and 352 deletions

View file

@ -11,11 +11,6 @@ enum eDecorationType
DECORATION_CUSTOM
};
struct SWindowDecorationExtents {
Vector2D topLeft;
Vector2D bottomRight;
};
enum eDecorationLayer
{
DECORATION_LAYER_BOTTOM = 0, /* lowest. */