aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/desktop/Window.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-12-22 16:04:10 +0000
committerVaxry <[email protected]>2024-12-22 16:04:10 +0000
commit1cc1a46c2e154a27750b81307040d3bf7ff0f64f (patch)
tree9639acd85448bfcbd797a0c5a34241ad650ac36b /src/desktop/Window.hpp
parent31422ae25dee33dd000798b64a80bd7fd08d2ece (diff)
downloadHyprland-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.hpp1
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;