mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
Render window close button
This commit is contained in:
parent
40e862f3ac
commit
baca410560
17 changed files with 177 additions and 50 deletions
14
include/theme/xbm/xbm.h
Normal file
14
include/theme/xbm/xbm.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue