input: Various constraint handling fixes (#3381)

Fixes #3204
This commit is contained in:
Vaxry
2023-09-20 16:47:05 +01:00
committed by GitHub
parent 3785defaf1
commit 0dbd997003
7 changed files with 114 additions and 21 deletions

View File

@@ -59,6 +59,7 @@ class CMonitor {
bool scheduledRecalc = false;
wl_output_transform transform = WL_OUTPUT_TRANSFORM_NORMAL;
bool gammaChanged = false;
float xwaylandScale = 1.f;
bool dpmsStatus = true;
bool vrrActive = false; // this can be TRUE even if VRR is not active in the case that this display does not support it.