#ifndef _SWAY_BACKGROUND_IMAGE_H #define _SWAY_BACKGROUND_IMAGE_H #include cairo_surface_t *load_background_image(const char *path); #endif