diff options
author | Vaxry <[email protected]> | 2024-12-03 18:58:24 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-03 18:58:24 +0000 |
commit | 320144ae7288fe23686935ebb235d9fe0c900862 (patch) | |
tree | 351b04e228926f98c12c340284c25450bb1fed4f /src/desktop/Window.hpp | |
parent | 92186898c0ca1b3f72922b72c4af1723f0d9b888 (diff) | |
download | Hyprland-320144ae7288fe23686935ebb235d9fe0c900862.tar.gz Hyprland-320144ae7288fe23686935ebb235d9fe0c900862.zip |
core: move colorspace handling to oklab (#8635)
* Meson: add hyprgraphics
* Nix: add hyprgraphics
* CI/setup_base: get hyprgraphics-git
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/desktop/Window.hpp')
-rw-r--r-- | src/desktop/Window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop/Window.hpp b/src/desktop/Window.hpp index 5dd59437..672ff6ec 100644 --- a/src/desktop/Window.hpp +++ b/src/desktop/Window.hpp @@ -356,7 +356,7 @@ class CWindow { CAnimatedVariable<float> m_fActiveInactiveAlpha; // animated shadow color - CAnimatedVariable<CColor> m_cRealShadowColor; + CAnimatedVariable<CHyprColor> m_cRealShadowColor; // animated tint CAnimatedVariable<float> m_fDimPercent; |