mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 14:25:59 +01:00
7 lines
No EOL
244 B
C++
7 lines
No EOL
244 B
C++
#include "WLClasses.hpp"
|
|
#include "../config/ConfigManager.hpp"
|
|
|
|
SLayerSurface::SLayerSurface() {
|
|
alpha.create(AVARTYPE_FLOAT, g_pConfigManager->getAnimationPropertyConfig("fadeIn"), nullptr, AVARDAMAGE_ENTIRE);
|
|
alpha.m_pLayer = this;
|
|
} |