mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 20:45:58 +01:00
prevent missed surface size updates on fullscreen window close
This commit is contained in:
parent
bacfae3084
commit
928158bbfb
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ void Events::listener_unmapWindow(void* owner, void* data) {
|
|||
if (PWINDOW->m_bIsFullscreen) {
|
||||
g_pLayoutManager->getCurrentLayout()->fullscreenRequestForWindow(PWINDOW, FULLSCREEN_FULL, false);
|
||||
g_pXWaylandManager->setWindowFullscreen(PWINDOW, PWINDOW->m_bIsFullscreen);
|
||||
g_pCompositor->forceReportSizesToWindowsOnWorkspace(PWINDOW->m_iWorkspaceID);
|
||||
}
|
||||
|
||||
// Allow the renderer to catch the last frame.
|
||||
|
|
Loading…
Reference in a new issue