damage monitor on workspace swipe end

This commit is contained in:
Vaxry 2022-08-16 16:34:36 +02:00
parent 095487ea5d
commit 317b6c430c
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ void CInputManager::onSwipeEnd(wlr_pointer_swipe_end_event* e) {
Debug::log(LOG, "Ended swipe to the right");
}
g_pHyprRenderer->damageMonitor(m_sActiveSwipe.pMonitor);
PWORKSPACEL->m_bForceRendering = false;
PWORKSPACER->m_bForceRendering = false;
m_sActiveSwipe.pWorkspaceBegin->m_bForceRendering = false;