renderer: damage monitor on special workspace change

fixes #3396
This commit is contained in:
vaxerski 2023-09-22 23:36:28 +01:00
parent ea45bfb63c
commit 9f68aa33ea

View file

@ -616,6 +616,8 @@ void CMonitor::setSpecialWorkspace(CWorkspace* const pWorkspace) {
g_pInputManager->refocus();
g_pEventManager->postEvent(SHyprIPCEvent{"activespecial", pWorkspace->m_szName + "," + szName});
g_pHyprRenderer->damageMonitor(this);
}
void CMonitor::setSpecialWorkspace(const int& id) {