minor changes

This commit is contained in:
vaxerski
2022-03-22 20:04:39 +01:00
parent aa64af95fe
commit 90bb8e6441
4 changed files with 7 additions and 9 deletions

View File

@@ -51,6 +51,7 @@ void Events::listener_unmapWindow(wl_listener* listener, void* data) {
if (g_pXWaylandManager->getWindowSurface(PWINDOW) == g_pCompositor->m_pLastFocus)
g_pCompositor->m_pLastFocus = nullptr;
PWINDOW->m_bMappedX11 = false;
// remove the fullscreen window status from workspace if we closed it
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(PWINDOW->m_iWorkspaceID);