mirror of
https://github.com/NickHu/sway
synced 2025-02-13 08:47:53 +01:00
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
|