store scale and scale windows with monitor

This commit is contained in:
vaxerski
2022-04-17 18:47:10 +02:00
parent 748a787ba2
commit b0f5e4ab56
6 changed files with 21 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ struct SMonitor {
uint64_t ID = -1;
int activeWorkspace = -1;
float scale = 1;
std::string szName = "";