button-png.c: s/png_load/button_png_load/

This commit is contained in:
Johan Malm 2023-09-16 22:36:31 +01:00 committed by Johan Malm
parent c62df26c2a
commit c598cf7f11
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ ispng(const char *filename)
#undef PNG_BYTES_TO_CHECK
void
png_load(const char *button_name, struct lab_data_buffer **buffer)
button_png_load(const char *button_name, struct lab_data_buffer **buffer)
{
if (*buffer) {
wlr_buffer_drop(&(*buffer)->base);