From f0c9538a77c942ac96aebe52319f3e127be230ee Mon Sep 17 00:00:00 2001 From: foswret Date: Tue, 5 May 2026 12:19:15 -0500 Subject: implement sloppy month art rendering, positioning mechanisms must be improved --- src/draw.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/draw.h') 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); + + -- cgit v1.2.3