xbm.c: refactor and load builtin icons as fallback

This commit is contained in:
Johan Malm 2020-07-13 20:09:34 +01:00
parent 1330071e0c
commit 8a42bc9184
6 changed files with 86 additions and 63 deletions

View file

@ -0,0 +1,6 @@
#ifndef THEME_DIR_H
#define THEME_DIR_H
char *theme_dir(const char *theme_name);
#endif /* THEME_DIR_H */