minor OR XWayland fixes

This commit is contained in:
vaxerski 2022-10-01 18:25:02 +01:00
parent 590fbf808b
commit 355366714e
2 changed files with 16 additions and 2 deletions

View file

@ -272,6 +272,8 @@ void Events::listener_mapWindow(void* owner, void* data) {
// set the pseudo size to the GOAL of our current size
// because the windows are animated on RealSize
PWINDOW->m_vPseudoSize = PWINDOW->m_vRealSize.goalv();
g_pCompositor->moveWindowToTop(PWINDOW);
}
else {
g_pLayoutManager->getCurrentLayout()->onWindowCreated(PWINDOW);