mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-27 17:55:24 +03:00
render: stop locking SWC on tearing
This commit is contained in:
parent
3a61350286
commit
424c9a7e70
@ -880,10 +880,6 @@ void CHyprRenderer::renderMonitor(CMonitor* pMonitor) {
|
||||
if (pMonitor->tearingState.activelyTearing != shouldTear) {
|
||||
// change of state
|
||||
pMonitor->tearingState.activelyTearing = shouldTear;
|
||||
|
||||
for (auto& m : g_pCompositor->m_vMonitors) {
|
||||
wlr_output_lock_software_cursors(m->output, pMonitor->tearingState.activelyTearing);
|
||||
}
|
||||
}
|
||||
|
||||
EMIT_HOOK_EVENT("preRender", pMonitor);
|
||||
|
Loading…
Reference in New Issue
Block a user