mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
xbm.c: refactor and load builtin icons as fallback
This commit is contained in:
parent
1330071e0c
commit
8a42bc9184
6 changed files with 86 additions and 63 deletions
6
include/theme/theme-dir.h
Normal file
6
include/theme/theme-dir.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef THEME_DIR_H
|
||||
#define THEME_DIR_H
|
||||
|
||||
char *theme_dir(const char *theme_name);
|
||||
|
||||
#endif /* THEME_DIR_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue