labwc/include/button/button-png.h

10 lines
227 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_BUTTON_PNG_H
#define LABWC_BUTTON_PNG_H
struct lab_data_buffer;
void png_load(const char *filename, struct lab_data_buffer **buffer);
#endif /* LABWC_BUTTON_PNG_H */