mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-08 00:45:58 +01:00
fix typo
This commit is contained in:
parent
5ce8b37382
commit
0441b4a13e
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void Events::eventUnmapWindow(xcb_generic_event_t* event) {
|
|||
return; // bullshit window?
|
||||
|
||||
if (PCLOSEDWINDOW->getIsFloating())
|
||||
g_pWindowManager->moveWindowToUnmapped(E->event); // If it's floating, just unmap it.
|
||||
g_pWindowManager->moveWindowToUnmapped(E->window); // If it's floating, just unmap it.
|
||||
else
|
||||
g_pWindowManager->closeWindowAllChecks(E->window);
|
||||
|
||||
|
|
Loading…
Reference in a new issue