sway/include/background-image.h
Manuel Stoeckl 5302505e53 common: Drop unused render_background_image
And the associated background_mode enum.
2023-11-23 14:32:50 -05:00

7 lines
152 B
C

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