mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
7 lines
141 B
C
7 lines
141 B
C
#ifndef _SWAY_BACKGROUND_IMAGE_H
|
|
#define _SWAY_BACKGROUND_IMAGE_H
|
|
#include <cairo.h>
|
|
|
|
cairo_surface_t *load_image(const char *path);
|
|
|
|
#endif
|