renderer: reject non-clean scales, find nearest clean
This commit is contained in:
parent
7cec618fe4
commit
37d2840246
2 changed files with 41 additions and 2 deletions
|
|
@ -40,7 +40,8 @@ class CMonitor {
|
|||
|
||||
uint64_t ID = -1;
|
||||
int activeWorkspace = -1;
|
||||
float scale = 1;
|
||||
float setScale = 1; // scale set by cfg
|
||||
float scale = 1; // real scale
|
||||
|
||||
std::string szName = "";
|
||||
std::string szDescription = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue