sway-patched-tray-menu-github/include/background-image.h
Manuel Stoeckl 39b9c0d6ba common: Drop unused render_background_image
And the associated background_mode enum.
2023-11-23 20:42:04 +01: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