aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
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;