mirror of
https://github.com/NickHu/sway
synced 2024-12-25 21:58:16 +01:00
e633fe0b40
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
7 lines
125 B
C
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
|