mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
button/common.c: share button_filename() to reduce duplication
This commit is contained in:
parent
206db43786
commit
02036e0516
7 changed files with 38 additions and 24 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
struct lab_data_buffer;
|
||||
|
||||
void png_load(const char *filename, struct lab_data_buffer **buffer);
|
||||
void png_load(const char *button_name, struct lab_data_buffer **buffer);
|
||||
|
||||
#endif /* LABWC_BUTTON_PNG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue