aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-01-19 16:49:09 -0800
committerJames Magahern <james@magahern.com>2019-01-19 16:49:09 -0800
commit0c214a8fbb2819be14b4e305f1cef3e43b1a2be8 (patch)
treee462c5edb9b905078e42094aa6fe64552e4d28b1 /src/render.h
parentSwitch to using gresources for svgs (diff)
Start working on accept anim
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h2
1 files changed, 2 insertions, 0 deletions
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 <cairo-xlib.h>
#include <librsvg/rsvg.h>
#include <pango/pangocairo.h>
+#include <stdbool.h>
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;