From 0c214a8fbb2819be14b4e305f1cef3e43b1a2be8 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sat, 19 Jan 2019 16:49:09 -0800 Subject: Start working on accept anim --- src/render.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render.h') diff --git a/src/render.h b/src/render.h index 6d2c095..5d387e6 100644 --- a/src/render.h +++ b/src/render.h @@ -10,6 +10,7 @@ #include #include #include +#include typedef struct { cairo_t *ctx; @@ -24,6 +25,7 @@ typedef struct { int canvas_width; int canvas_height; + bool cursor_animating; double cursor_opacity; double cursor_fade_direction; -- cgit v1.2.3-54-g00ecf