mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Move append_path_save in util
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
59d245cf5b
commit
402706ff9d
5 changed files with 25 additions and 21 deletions
|
|
@ -31,8 +31,6 @@ struct icon_theme {
|
|||
void init_themes(list_t **themes, list_t **basedirs);
|
||||
void finish_themes(list_t *themes, list_t *basedirs);
|
||||
|
||||
char *append_path_safe(const char *base_path, const char *append_path);
|
||||
|
||||
/*
|
||||
* Finds an icon of a specified size given a list of themes and base directories.
|
||||
* If the icon is found, the pointers min_size & max_size are set to minimum &
|
||||
|
|
|
|||
|
|
@ -67,4 +67,6 @@ const char *sway_wl_output_subpixel_to_string(enum wl_output_subpixel subpixel);
|
|||
|
||||
bool sway_set_cloexec(int fd, bool cloexec);
|
||||
|
||||
char *append_path_safe(const char *base_path, const char *append_path);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue