store scale and scale windows with monitor
This commit is contained in:
parent
748a787ba2
commit
b0f5e4ab56
6 changed files with 21 additions and 11 deletions
|
|
@ -14,6 +14,7 @@ struct SMonitor {
|
|||
|
||||
uint64_t ID = -1;
|
||||
int activeWorkspace = -1;
|
||||
float scale = 1;
|
||||
|
||||
std::string szName = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue