diff examples/example-message/example-message.c @ 491:734b598534c4

ui: frame -> mlk_frame
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:16:47 +0100
parents d6757c30658e
children 2af25db99273
line wrap: on
line diff
--- a/examples/example-message/example-message.c	Tue Feb 28 13:14:59 2023 +0100
+++ b/examples/example-message/example-message.c	Tue Feb 28 13:16:47 2023 +0100
@@ -109,7 +109,7 @@
 }
 
 static void
-my_draw_frame(const struct theme *th, const struct frame *f)
+my_draw_frame(const struct theme *th, const struct mlk_frame *f)
 {
 	(void)th;