internal: Remake borders as window decorations (#4104)

This commit is contained in:
Vaxry 2023-12-10 16:28:12 +00:00 committed by GitHub
parent b3dc58e104
commit 9f5b9053c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 201 additions and 78 deletions

View file

@ -8,6 +8,7 @@ enum eDecorationType {
DECORATION_NONE = -1,
DECORATION_GROUPBAR,
DECORATION_SHADOW,
DECORATION_BORDER,
DECORATION_CUSTOM
};