labwc/include/theme/xbm/xbm.h

15 lines
250 B
C
Raw Normal View History

2020-06-29 19:27:59 +01:00
#ifndef XBM_H
#define XBM_H
#include <wlr/render/wlr_renderer.h>
#include "theme.h"
#include "theme/xbm/parse.h"
/**
* xbm_load - load theme xbm files into global theme struct
*/
void xbm_load(struct wlr_renderer *renderer);
#endif /* XBM_H */