mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
include/: refactor header files more
This commit is contained in:
parent
53266a0d5a
commit
4d1363dcae
32 changed files with 130 additions and 78 deletions
|
|
@ -4,8 +4,8 @@
|
|||
* Copyright Johan Malm 2020
|
||||
*/
|
||||
|
||||
#ifndef PARSE_H
|
||||
#define PARSE_H
|
||||
#ifndef __LABWC_PARSE_H
|
||||
#define __LABWC_PARSE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "theme/xbm/tokenize.h"
|
||||
|
|
@ -24,4 +24,4 @@ struct pixmap xbm_create_pixmap(struct token *tokens);
|
|||
|
||||
struct pixmap xbm_create_pixmap_builtin(const char *button);
|
||||
|
||||
#endif /* PARSE_H */
|
||||
#endif /* __LABWC_PARSE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue