mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Cleanup icon theme code
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
93b60f799b
commit
59d245cf5b
4 changed files with 5 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ struct icon_theme {
|
|||
char *dir;
|
||||
list_t *subdirs; // struct icon_theme_subdir *
|
||||
};
|
||||
list_t *get_basedirs(void);
|
||||
|
||||
void init_themes(list_t **themes, list_t **basedirs);
|
||||
void finish_themes(list_t *themes, list_t *basedirs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue