diff libmlk-ui/mlk/ui/theme.h @ 468:91ce23a36143

core: sprite -> mlk_sprite
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:08:28 +0100
parents 5729efd23286
children 441c37e7474f
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/theme.h	Mon Feb 27 11:06:45 2023 +0100
+++ b/libmlk-ui/mlk/ui/theme.h	Mon Feb 27 11:08:28 2023 +0100
@@ -26,7 +26,7 @@
 struct mlk_font;
 struct frame;
 struct label;
-struct sprite;
+struct mlk_sprite;
 
 enum theme_font {
 	THEME_FONT_DEBUG,
@@ -50,7 +50,7 @@
 
 struct theme {
 	struct mlk_font *fonts[THEME_FONT_NUM];
-	const struct sprite *sprites[THEME_SPRITE_NUM];
+	const struct mlk_sprite *sprites[THEME_SPRITE_NUM];
 	unsigned long colors[THEME_COLOR_NUM];
 	unsigned int padding;