mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
src/main.c: read themerc specified by rc.xml
This commit is contained in:
parent
c38b3ec770
commit
d7d838d682
4 changed files with 11 additions and 7 deletions
|
|
@ -21,6 +21,6 @@ struct theme {
|
|||
|
||||
extern struct theme theme;
|
||||
|
||||
void theme_read(const char *filename);
|
||||
void theme_read(const char *theme_name);
|
||||
|
||||
#endif /* THEME_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue