set created over fullscreen in movetotop

This commit is contained in:
vaxerski 2022-12-15 17:29:06 +00:00
parent 3bd9ee0d32
commit 121ea1fac2
1 changed files with 2 additions and 0 deletions

View File

@ -1054,6 +1054,8 @@ void CCompositor::moveWindowToTop(CWindow* pWindow) {
moveToTop(pWindow);
pWindow->m_bCreatedOverFullscreen = true;
if (!pWindow->m_bIsX11)
return;