diff options
| author | foswret | 2026-05-05 12:19:15 -0500 |
|---|---|---|
| committer | foswret | 2026-05-05 12:19:15 -0500 |
| commit | f0c9538a77c942ac96aebe52319f3e127be230ee (patch) | |
| tree | 783dbdb76eeb1a39eb335a3fb2c2cb6d0bc9313e /src/draw.h | |
| parent | 567b98381670eb96264fb8ae3621595ebfba1c5b (diff) | |
implement sloppy month art rendering, positioning mechanisms must be improved
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); + + |
