animation: migrate PHLANIMVAR from SP to UP (#12486)
This commit is contained in:
parent
e4a8f2b14f
commit
7ccc57eb7c
5 changed files with 14 additions and 20 deletions
|
|
@ -67,7 +67,7 @@ template <Animable VarType>
|
|||
using CAnimatedVariable = Hyprutils::Animation::CGenericAnimatedVariable<VarType, SAnimationContext>;
|
||||
|
||||
template <Animable VarType>
|
||||
using PHLANIMVAR = SP<CAnimatedVariable<VarType>>;
|
||||
using PHLANIMVAR = UP<CAnimatedVariable<VarType>>;
|
||||
|
||||
template <Animable VarType>
|
||||
using PHLANIMVARREF = WP<CAnimatedVariable<VarType>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue