mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
include/: tidy up header files
This commit is contained in:
parent
2d6921039d
commit
649437e336
7 changed files with 17 additions and 5 deletions
|
|
@ -21,6 +21,11 @@ struct theme {
|
|||
|
||||
extern struct theme theme;
|
||||
|
||||
/**
|
||||
* theme_read - read theme into global theme struct
|
||||
* @theme_name: theme-name in <theme-dir>/<theme-name>/openbox-3/themerc
|
||||
* Note <theme-dir> is obtained in theme-dir.c
|
||||
*/
|
||||
void theme_read(const char *theme_name);
|
||||
|
||||
#endif /* __LABWC_THEME_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue