mirror of
https://github.com/swaywm/sway.git
synced 2026-03-02 01:40:50 -05:00
common: move load_image to swaybar
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
This commit is contained in:
parent
439122e887
commit
e633fe0b40
5 changed files with 5 additions and 6 deletions
7
include/swaybar/image.h
Normal file
7
include/swaybar/image.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _SWAYBAR_IMAGE_H
|
||||
#define _SWAYBAR_IMAGE_H
|
||||
#include <cairo.h>
|
||||
|
||||
cairo_surface_t *load_image(const char *path);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue