renderer: fade out windows on silent moves
This commit is contained in:
parent
a95df6b57e
commit
b9b8e6220f
3 changed files with 29 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue