inputmgr: send pointer motion on ffm != 1

fixes #6077
This commit is contained in:
Vaxry 2024-05-15 16:22:45 +01:00
parent 31890026ea
commit 7fbe05a250
1 changed files with 3 additions and 0 deletions

View File

@ -471,6 +471,9 @@ void CInputManager::mouseMoveUnified(uint32_t time, bool refocus) {
if (FOLLOWMOUSE != 0 || pFoundWindow == g_pCompositor->m_pLastWindow)
g_pSeatManager->setPointerFocus(foundSurface, surfaceLocal);
if (g_pSeatManager->state.pointerFocus == foundSurface)
g_pSeatManager->sendPointerMotion(time, surfaceLocal);
m_bLastFocusOnLS = false;
return; // don't enter any new surfaces
} else {