mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-03 21:29:49 +01:00
input: schedule frame on mouse move
This commit is contained in:
parent
f49af187bc
commit
b33d82734f
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ void CInputManager::mouseMoveUnified(uint32_t time, bool refocus) {
|
||||||
if (*PZOOMFACTOR != 1.f)
|
if (*PZOOMFACTOR != 1.f)
|
||||||
g_pHyprRenderer->damageMonitor(PMONITOR);
|
g_pHyprRenderer->damageMonitor(PMONITOR);
|
||||||
|
|
||||||
|
g_pCompositor->scheduleFrameForMonitor(PMONITOR);
|
||||||
|
|
||||||
CWindow* forcedFocus = m_pForcedFocus;
|
CWindow* forcedFocus = m_pForcedFocus;
|
||||||
|
|
||||||
if (!forcedFocus)
|
if (!forcedFocus)
|
||||||
|
|
Loading…
Reference in a new issue