diff libmlk-ui/mlk/ui/theme.c @ 491:734b598534c4

ui: frame -> mlk_frame
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:16:47 +0100
parents ad6e9970a191
children fce3b3c4b496
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/theme.c	Tue Feb 28 13:14:59 2023 +0100
+++ b/libmlk-ui/mlk/ui/theme.c	Tue Feb 28 13:16:47 2023 +0100
@@ -53,7 +53,7 @@
 		[THEME_COLOR_SHADOW]    = 0x000000ff
 	},
 	.padding = 10,
-	.draw_frame = frame_draw_default,
+	.draw_frame = mlk_frame_draw_default,
 	.draw_label = label_draw_default,
 	.draw_button = mlk_button_draw_default,
 	.draw_checkbox = mlk_checkbox_draw_default
@@ -114,7 +114,7 @@
 }
 
 void
-theme_draw_frame(const struct theme *t, const struct frame *frame)
+theme_draw_frame(const struct theme *t, const struct mlk_frame *frame)
 {
 	assert(frame);