diff libmlk-ui/mlk/ui/debug.h @ 495:2af25db99273

ui: theme -> mlk_theme
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:40:55 +0100
parents d4e50da7e5c5
children d49a05e7a5b5
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/debug.h	Tue Feb 28 13:32:01 2023 +0100
+++ b/libmlk-ui/mlk/ui/debug.h	Tue Feb 28 13:40:55 2023 +0100
@@ -26,14 +26,14 @@
 
 #define MLK_DEBUG_LINE_MAX 256
 
-struct theme;
+struct mlk_theme;
 
 struct mlk_debug_options {
 	int enable;
 };
 
 struct mlk_debug_report {
-	const struct theme *theme;
+	const struct mlk_theme *theme;
 	unsigned int count;
 };