managers: refactor class member vars (#10242)
This commit is contained in:
parent
6f174a9e08
commit
ce821294e2
54 changed files with 930 additions and 932 deletions
|
|
@ -49,12 +49,12 @@ class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
|
|||
|
||||
std::string styleValidInConfigVar(const std::string&, const std::string&);
|
||||
|
||||
SP<CEventLoopTimer> m_pAnimationTimer;
|
||||
SP<CEventLoopTimer> m_animationTimer;
|
||||
|
||||
float m_fLastTickTime; // in ms
|
||||
float m_lastTickTimeMs;
|
||||
|
||||
private:
|
||||
bool m_bTickScheduled = false;
|
||||
bool m_tickScheduled = false;
|
||||
|
||||
// Anim stuff
|
||||
void animationPopin(PHLWINDOW, bool close = false, float minPerc = 0.f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue