Added resizing individual master windows

This commit is contained in:
vaxerski
2022-11-10 12:05:22 +00:00
parent f41fe59cb6
commit 34b145ee65
2 changed files with 42 additions and 16 deletions

View File

@@ -15,6 +15,8 @@ struct SMasterNodeData {
Vector2D position;
Vector2D size;
float percSize = 1.f; // size multiplier for resizing children
int workspaceID = -1;
bool operator==(const SMasterNodeData& rhs) {