/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef LABWC_XBM_H #define LABWC_XBM_H #include #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 */