aboutsummaryrefslogtreecommitdiff
path: root/src/animate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/animate.c')
-rw-r--r--src/animate.c2
1 files changed, 1 insertions, 1 deletions
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();