Moved wofi_init() to the internal header
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user