diff options
author | Vaxry <[email protected]> | 2024-12-22 16:04:10 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-12-22 16:04:10 +0000 |
commit | 1cc1a46c2e154a27750b81307040d3bf7ff0f64f (patch) | |
tree | 9639acd85448bfcbd797a0c5a34241ad650ac36b /src/desktop/Window.hpp | |
parent | 31422ae25dee33dd000798b64a80bd7fd08d2ece (diff) | |
download | Hyprland-1cc1a46c2e154a27750b81307040d3bf7ff0f64f.tar.gz Hyprland-1cc1a46c2e154a27750b81307040d3bf7ff0f64f.zip |
core: fade in windows when they are brought from invisible workspaces
Diffstat (limited to 'src/desktop/Window.hpp')
-rw-r--r-- | src/desktop/Window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop/Window.hpp b/src/desktop/Window.hpp index 7b2cfbdf..6ed9a525 100644 --- a/src/desktop/Window.hpp +++ b/src/desktop/Window.hpp @@ -336,6 +336,7 @@ class CWindow { // for alpha CAnimatedVariable<float> m_fActiveInactiveAlpha; + CAnimatedVariable<float> m_fMovingFromWorkspaceAlpha; // animated shadow color CAnimatedVariable<CHyprColor> m_cRealShadowColor; |