mirror of
https://github.com/labwc/labwc.git
synced 2025-11-08 13:30:00 -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,9 +1,8 @@
|
|||
#ifndef XBM_H
|
||||
#define XBM_H
|
||||
#ifndef __LABWC_XBM_H
|
||||
#define __LABWC_XBM_H
|
||||
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
|
||||
#include "theme.h"
|
||||
#include "theme/xbm/parse.h"
|
||||
|
||||
/**
|
||||
|
|
@ -11,4 +10,4 @@
|
|||
*/
|
||||
void xbm_load(struct wlr_renderer *renderer);
|
||||
|
||||
#endif /* XBM_H */
|
||||
#endif /* __LABWC_XBM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue