Moved wofi_init() to the internal header
This commit is contained in:
parent
5b41ab2ca6
commit
c57070122e
@ -37,4 +37,6 @@
|
|||||||
#include <gio/gdesktopappinfo.h>
|
#include <gio/gdesktopappinfo.h>
|
||||||
|
|
||||||
#include <wlr-layer-shell-unstable-v1-client-protocol.h>
|
#include <wlr-layer-shell-unstable-v1-client-protocol.h>
|
||||||
|
|
||||||
|
void wofi_init(struct map* config);
|
||||||
#endif
|
#endif
|
||||||
|
@ -30,8 +30,6 @@ struct cache_line {
|
|||||||
struct wl_list link;
|
struct wl_list link;
|
||||||
};
|
};
|
||||||
|
|
||||||
void wofi_init(struct map* config);
|
|
||||||
|
|
||||||
char* wofi_parse_image_escapes(const char* text);
|
char* wofi_parse_image_escapes(const char* text);
|
||||||
|
|
||||||
void wofi_write_cache(const char* mode, const char* cmd);
|
void wofi_write_cache(const char* mode, const char* cmd);
|
||||||
|
Loading…
Reference in New Issue
Block a user