rename cleanupWindows to cleanupFadingOut
This commit is contained in:
parent
109136af97
commit
6db68917ab
3 changed files with 3 additions and 3 deletions
|
|
@ -135,7 +135,7 @@ void Events::listener_monitorFrame(void* owner, void* data) {
|
|||
if (PMONITOR->ID == pMostHzMonitor->ID) {
|
||||
g_pCompositor->sanityCheckWorkspaces();
|
||||
g_pAnimationManager->tick();
|
||||
g_pCompositor->cleanupWindows();
|
||||
g_pCompositor->cleanupFadingOut();
|
||||
|
||||
HyprCtl::tickHyprCtl(); // so that we dont get that race condition multithread bullshit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue