#ifndef _SWAYBAR_IMAGE_H #define _SWAYBAR_IMAGE_H #include cairo_surface_t *load_image(const char *path, int target_size, int scale); #endif