sway/include/swaybar/image.h
Manuel Stoeckl 6e44840b4f common: move load_image to swaybar
swaynag, swaymsg, and sway do not use this function and are
unlikely to in the future.
2023-11-23 14:32:50 -05:00

7 lines
125 B
C

#ifndef _SWAYBAR_IMAGE_H
#define _SWAYBAR_IMAGE_H
#include <cairo.h>
cairo_surface_t *load_image(const char *path);
#endif