From 2d7ae9f4edebc35bed15d21b26a621a3f43de296 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 20 Sep 2023 11:37:49 +0100 Subject: constraint handling fixes around inputmanager --- src/helpers/Monitor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helpers/Monitor.hpp') 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. -- cgit v1.2.3