mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
button-png.c: s/png_load/button_png_load/
This commit is contained in:
parent
c62df26c2a
commit
c598cf7f11
3 changed files with 4 additions and 4 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
struct lab_data_buffer;
|
||||
|
||||
void png_load(const char *button_name, struct lab_data_buffer **buffer);
|
||||
void button_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