mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +01:00
damage monitor on workspace swipe end
This commit is contained in:
parent
095487ea5d
commit
317b6c430c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue