mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-16 20:43:48 -07:00
Update the debug overlay
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "../helpers/AnimatedVariable.hpp"
|
||||
#include "../helpers/BezierCurve.hpp"
|
||||
#include "../Window.hpp"
|
||||
#include "../helpers/Timer.hpp"
|
||||
|
||||
class CAnimationManager {
|
||||
public:
|
||||
@@ -28,6 +29,8 @@ class CAnimationManager {
|
||||
|
||||
wl_event_source* m_pAnimationTick;
|
||||
|
||||
float m_fLastTickTime; // in ms
|
||||
|
||||
private:
|
||||
bool deltaSmallToFlip(const Vector2D& a, const Vector2D& b);
|
||||
bool deltaSmallToFlip(const CColor& a, const CColor& b);
|
||||
|
Reference in New Issue
Block a user