aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/Monitor.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-09-20 11:37:49 +0100
committervaxerski <[email protected]>2023-09-20 11:37:49 +0100
commit2d7ae9f4edebc35bed15d21b26a621a3f43de296 (patch)
tree8adb7e8ce4ebda71ca5162eced7070793889abbd /src/helpers/Monitor.hpp
parentc50072b108198a5c278c16967b700c713b0140a8 (diff)
downloadHyprland-2d7ae9f4edebc35bed15d21b26a621a3f43de296.tar.gz
Hyprland-2d7ae9f4edebc35bed15d21b26a621a3f43de296.zip
constraint handling fixes around inputmanager
Diffstat (limited to 'src/helpers/Monitor.hpp')
-rw-r--r--src/helpers/Monitor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers/Monitor.hpp b/src/helpers/Monitor.hpp
index 2c4d4a89..93f345ba 100644
--- a/src/helpers/Monitor.hpp
+++ b/src/helpers/Monitor.hpp
@@ -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.