mirror of
https://github.com/swaywm/sway.git
synced 2025-04-05 03:47:54 +03:00
7 lines
152 B
C
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
|