mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
9 lines
237 B
C
9 lines
237 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
#ifndef LABWC_BUTTON_PNG_H
|
|
#define LABWC_BUTTON_PNG_H
|
|
|
|
struct lab_data_buffer;
|
|
|
|
void button_png_load(const char *button_name, struct lab_data_buffer **buffer);
|
|
|
|
#endif /* LABWC_BUTTON_PNG_H */
|