mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:05:58 +01:00
set created over fullscreen in movetotop
This commit is contained in:
parent
3bd9ee0d32
commit
121ea1fac2
1 changed files with 2 additions and 0 deletions
|
@ -1054,6 +1054,8 @@ void CCompositor::moveWindowToTop(CWindow* pWindow) {
|
|||
|
||||
moveToTop(pWindow);
|
||||
|
||||
pWindow->m_bCreatedOverFullscreen = true;
|
||||
|
||||
if (!pWindow->m_bIsX11)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue