mirror of
https://github.com/swaywm/sway.git
synced 2024-11-01 05:57:17 +00:00
e633fe0b40
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
8 lines
125 B
C
8 lines
125 B
C
#ifndef _SWAYBAR_IMAGE_H
|
|
#define _SWAYBAR_IMAGE_H
|
|
#include <cairo.h>
|
|
|
|
cairo_surface_t *load_image(const char *path);
|
|
|
|
#endif
|