mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
include/: refactor header files more
This commit is contained in:
parent
53266a0d5a
commit
4d1363dcae
32 changed files with 130 additions and 78 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef THEME_DIR_H
|
||||
#define THEME_DIR_H
|
||||
#ifndef __LABWC_THEME_DIR_H
|
||||
#define __LABWC_THEME_DIR_H
|
||||
|
||||
char *theme_dir(const char *theme_name);
|
||||
|
||||
#endif /* THEME_DIR_H */
|
||||
#endif /* __LABWC_THEME_DIR_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue