diff libmlk-core/mlk/core/painter.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents 04797b35565c
children bc5483849614
line wrap: on
line diff
--- a/libmlk-core/mlk/core/painter.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-core/mlk/core/painter.h	Mon Feb 27 09:52:55 2023 +0100
@@ -23,7 +23,7 @@
 
 struct texture;
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 struct texture *
 mlk_painter_get_target(void);
@@ -55,7 +55,7 @@
 void
 mlk_painter_present(void);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #define MLK_PAINTER_BEGIN(tex)                                          \
 do {                                                                    \