aboutsummaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/draw.h b/src/draw.h
index 223dbbb..5955e1e 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -49,3 +49,6 @@ int calculate_minimum_rows(struct month_info *m, struct dimensions *d);
int draw_image(cairo_t *c, char *path, double x, double y);
+int draw_month_art(cairo_t *c, struct dimensions *d, char *path);
+
+