mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -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
|