labwc/include/xbm/xbm.h
Johan Malm eca98a9b6e theme: simplify loading of xbm buttons
No functional change.
2023-08-09 07:38:17 +01:00

15 lines
355 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#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_button(const char *filename, struct lab_data_buffer **buffer,
char *fallback_button, float *rgba);
#endif /* LABWC_XBM_H */