summaryrefslogtreecommitdiffstats
path: root/lib/gui/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/png.c')
-rw-r--r--lib/gui/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/png.c b/lib/gui/png.c
index 2921ab3057..10faf5c986 100644
--- a/lib/gui/png.c
+++ b/lib/gui/png.c
@@ -67,7 +67,7 @@ static int png_renderer(struct screen *sc, struct surface *s, struct image *img)
buf = gui_screen_redering_buffer(sc);
- rgba_blend(&sc->info, img, buf, height, width, startx, starty, true);
+ gu_rgba_blend(&sc->info, img, buf, height, width, startx, starty, true);
return img->height;
}