diff libmlk-ui/mlk/ui/theme.c @ 489:ad6e9970a191

ui: checkbox -> mlk_checkbox
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:13:19 +0100
parents 441c37e7474f
children 734b598534c4
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/theme.c	Tue Feb 28 13:12:05 2023 +0100
+++ b/libmlk-ui/mlk/ui/theme.c	Tue Feb 28 13:13:19 2023 +0100
@@ -56,7 +56,7 @@
 	.draw_frame = frame_draw_default,
 	.draw_label = label_draw_default,
 	.draw_button = mlk_button_draw_default,
-	.draw_checkbox = checkbox_draw_default
+	.draw_checkbox = mlk_checkbox_draw_default
 };
 
 static struct font_catalog {
@@ -138,7 +138,7 @@
 }
 
 void
-theme_draw_checkbox(const struct theme *t, const struct checkbox *cb)
+theme_draw_checkbox(const struct theme *t, const struct mlk_checkbox *cb)
 {
 	assert(cb);