diff options
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); + |
