From 430def6e39315b6cee807aba3e4126134b93b164 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Fri, 15 Mar 2024 00:21:01 +0100 Subject: Fix layout animation and animation handler --- src/animate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/animate.c') diff --git a/src/animate.c b/src/animate.c index 73ca0eb..9928daa 100644 --- a/src/animate.c +++ b/src/animate.c @@ -48,7 +48,7 @@ typedef struct { } AnimationShine; // FIXME: Not working for button group -bool shine_paint(AnimationShine *shine, cairo_t *cr, const Layout *layout) +static bool shine_paint(AnimationShine *shine, cairo_t *cr, const Layout *layout) { gint64 end = shine->anim.start + shine->anim.duration; gint64 now = g_get_monotonic_time(); -- cgit v1.2.3