aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-09-30 13:06:25 +0100
committervaxerski <[email protected]>2023-09-30 13:12:01 +0100
commitb8f8912db260c9fbe42afdba59f30f9e9546eef4 (patch)
tree115ab57f10fcd6a575db2d2ae44b51bd73c80d72 /src/helpers
parent86e8ed038f5b195cdf2548bc469f8f8bbc0caca8 (diff)
downloadHyprland-b8f8912db260c9fbe42afdba59f30f9e9546eef4.tar.gz
Hyprland-b8f8912db260c9fbe42afdba59f30f9e9546eef4.zip
renderer: lock software cursors while tearing
Diffstat (limited to 'src/helpers')
-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 f8b8554c..d0a86f3f 100644
--- a/src/helpers/Monitor.hpp
+++ b/src/helpers/Monitor.hpp
@@ -87,6 +87,7 @@ class CMonitor {
bool nextRenderTorn = false;
bool ignoreNextFlipEvent = false;
bool renderingFromVblankEvent = false;
+ bool activelyTearing = false;
// for the special workspace. 0 means not open.
int specialWorkspaceID = 0;