renderer: fade out windows on silent moves

This commit is contained in:
Vaxry
2024-08-28 21:54:49 +02:00
parent a95df6b57e
commit b9b8e6220f
3 changed files with 29 additions and 6 deletions

View File

@@ -352,6 +352,10 @@ class CWindow {
// animated tint
CAnimatedVariable<float> m_fDimPercent;
// animate moving to an invisible workspace
int m_iMonitorMovedFrom = -1; // -1 means not moving
CAnimatedVariable<float> m_fMovingToWorkspaceAlpha;
// swallowing
PHLWINDOWREF m_pSwallowed;