mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
theme: simplify loading of xbm buttons
No functional change.
This commit is contained in:
parent
7a19184e5e
commit
eca98a9b6e
5 changed files with 99 additions and 60 deletions
|
|
@ -9,6 +9,7 @@
|
|||
/**
|
||||
* xbm_load - load theme xbm files into global theme struct
|
||||
*/
|
||||
void xbm_load(struct theme *theme);
|
||||
void xbm_load_button(const char *filename, struct lab_data_buffer **buffer,
|
||||
char *fallback_button, float *rgba);
|
||||
|
||||
#endif /* LABWC_XBM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue