don't decorate on only no gaps

This commit is contained in:
vaxerski
2022-09-23 16:47:58 +01:00
parent e5d143b238
commit 695411f1bd
5 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ struct SWindowSpecialRenderData {
// set by the layout
bool rounding = true;
bool border = true;
bool decorate = true;
};
struct SWindowAdditionalConfigData {