diff libmlk-rpg/mlk/rpg/battle-bar-default.c @ 491:734b598534c4

ui: frame -> mlk_frame
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:16:47 +0100
parents f2d3c5a97884
children c7b18475f640
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle-bar-default.c	Tue Feb 28 13:14:59 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-bar-default.c	Tue Feb 28 13:16:47 2023 +0100
@@ -305,7 +305,7 @@
 static void
 draw_status(const struct battle_bar_default *bar, const struct battle *bt, const struct geo *geo)
 {
-	frame_draw(&(const struct frame) {
+	mlk_frame_draw(&(const struct mlk_frame) {
 		.x = geo->x,
 		.y = geo->y,
 		.w = geo->w,
@@ -364,7 +364,7 @@
 	bh = geo->h - theme->padding * 2;
 
 	/* Draw menu frame. */
-	frame_draw(&(const struct frame) {
+	mlk_frame_draw(&(const struct mlk_frame) {
 		.x = geo->x,
 		.y = geo->y,
 		.w = geo->w,