crucial fixes to full damage tracking 🎉

should now be mostly usable
This commit is contained in:
vaxerski
2022-05-05 13:48:22 +02:00
parent 500cbd135f
commit 8369f2980a
2 changed files with 5 additions and 3 deletions

View File

@@ -223,6 +223,9 @@ void CKeybindManager::changeworkspace(std::string args) {
// focus
g_pInputManager->refocus();
// mark the monitor dirty
g_pHyprRenderer->damageMonitor(PMONITOR);
return;
}