From b33d82734fb3b88b87e1c89cbf2ec8883ea029ac Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 9 Jul 2023 00:44:26 +0200 Subject: [PATCH] input: schedule frame on mouse move --- src/managers/input/InputManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/managers/input/InputManager.cpp b/src/managers/input/InputManager.cpp index 2d144379e..cf7dee6e1 100644 --- a/src/managers/input/InputManager.cpp +++ b/src/managers/input/InputManager.cpp @@ -98,6 +98,8 @@ void CInputManager::mouseMoveUnified(uint32_t time, bool refocus) { if (*PZOOMFACTOR != 1.f) g_pHyprRenderer->damageMonitor(PMONITOR); + g_pCompositor->scheduleFrameForMonitor(PMONITOR); + CWindow* forcedFocus = m_pForcedFocus; if (!forcedFocus)