diff options
| author | foswret | 2026-05-23 14:09:36 -0500 |
|---|---|---|
| committer | foswret | 2026-05-23 14:09:36 -0500 |
| commit | 5ead4f6c3d36557c56e27cf52835409d81ae6ed8 (patch) | |
| tree | 006ecd1051d3b0fd142fe55a90973e5746d3e5fb /src/image.h | |
| parent | 924ca70a4006abbffc8f43f27c4f64c8fc517a08 (diff) | |
remove month art drawing for now, working toward removing dimension struct in favor of generic extent structs
Diffstat (limited to 'src/image.h')
| -rw-r--r-- | src/image.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); + |
