move refocus on only unmap

This commit is contained in:
vaxerski
2022-08-03 12:03:18 +02:00
parent 179e5188a4
commit c779a7c03b
2 changed files with 4 additions and 3 deletions

View File

@@ -383,6 +383,10 @@ void Events::listener_unmapWindow(void* owner, void* data) {
// refocus on a new window
g_pInputManager->refocus();
if (!g_pCompositor->m_pLastWindow) {
g_pCompositor->focusWindow(g_pCompositor->getFirstWindowOnWorkspace(PWORKSPACE->m_iID));
}
Debug::log(LOG, "Destroying the SubSurface tree of unmapped window %x", PWINDOW);
SubsurfaceTree::destroySurfaceTree(PWINDOW->m_pSurfaceTree);