diff options
| author | foswret | 2026-05-12 19:02:50 -0500 |
|---|---|---|
| committer | foswret | 2026-05-12 19:02:50 -0500 |
| commit | 428216caffe8e04b1959b7171ad2de9ebb540c50 (patch) | |
| tree | 53779af9d004b46314c69ec8d4e428e252e9af20 /src/draw.h | |
| parent | 820a647eb2ad5e1b424acd72a4cf7362cfda2e8a (diff) | |
switch from pkg-config to pkgconf, pull in MagickWand library, move image-related functions to image.h, create resize_image(), get_image_width() and get_image_height
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -51,8 +51,4 @@ PangoRectangle get_logical_extents (cairo_t *c, char *font_family, int font_size 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); - int construct_day_box(cairo_t *cd, int month, int day, int week_day); |
