mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
mv xbm/ ..
This commit is contained in:
parent
a042aad9f6
commit
fd8d9a395d
16 changed files with 22 additions and 13 deletions
13
include/xbm/xbm.h
Normal file
13
include/xbm/xbm.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue