labwc/include/xbm/xbm.h
2020-08-31 20:01:08 +01:00

13 lines
249 B
C

#ifndef __LABWC_XBM_H
#define __LABWC_XBM_H
#include <wlr/render/wlr_renderer.h>
#include "xbm/parse.h"
/**
* xbm_load - load theme xbm files into global theme struct
*/
void xbm_load(struct wlr_renderer *renderer);
#endif /* __LABWC_XBM_H */