mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
rethink visible flag in animmgr
This commit is contained in:
parent
fdc847706a
commit
87a4cc7654
@ -70,7 +70,7 @@ void CAnimationManager::tick() {
|
|||||||
animationsDisabled = animationsDisabled || PLAYER->noAnimations;
|
animationsDisabled = animationsDisabled || PLAYER->noAnimations;
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool VISIBLE = PWINDOW ? g_pHyprRenderer->shouldRenderWindow(PWINDOW) : true;
|
const bool VISIBLE = PWINDOW ? g_pCompositor->isWorkspaceVisible(PWINDOW->m_iWorkspaceID) : true;
|
||||||
|
|
||||||
// beziers are with a switch unforto
|
// beziers are with a switch unforto
|
||||||
// TODO: maybe do something cleaner
|
// TODO: maybe do something cleaner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user