mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-01 06:20:17 +01:00
39b9c0d6ba
And the associated background_mode enum.
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
|