sway/include/background-image.h

8 lines
141 B
C
Raw Normal View History

#ifndef _SWAY_BACKGROUND_IMAGE_H
#define _SWAY_BACKGROUND_IMAGE_H
#include <cairo.h>
cairo_surface_t *load_image(const char *path);
#endif