From 5ead4f6c3d36557c56e27cf52835409d81ae6ed8 Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 23 May 2026 14:09:36 -0500 Subject: remove month art drawing for now, working toward removing dimension struct in favor of generic extent structs --- src/image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index edfdec3..bebdacf 100644 --- a/src/image.h +++ b/src/image.h @@ -1,3 +1,4 @@ int draw_image(cairo_t *c, char *path, double x, double y); -int draw_month_art(cairo_t *c, struct dimensions *d, char *path); +int draw_month_art(cairo_t *c, struct extents *he, struct alignment *pl, char *path); + -- cgit v1.2.3