added dwindle:no_gaps_when_only

This commit is contained in:
vaxerski
2022-08-01 12:51:52 +02:00
parent 6378990bc3
commit f892387b70
5 changed files with 26 additions and 2 deletions

View File

@@ -10,6 +10,9 @@
struct SWindowSpecialRenderData {
float alpha = 1.f;
float alphaInactive = -1.f; // -1 means unset
// set by the layout
bool rounding = true;
};
struct SWindowAdditionalConfigData {