diff src/libmlk-core/core/painter.h @ 366:19782ea1cf4a

misc: start rebranding
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 15:57:42 +0200
parents 8f9937403749
children 460c78706989
line wrap: on
line diff
--- a/src/libmlk-core/core/painter.h	Sun Oct 24 12:59:02 2021 +0200
+++ b/src/libmlk-core/core/painter.h	Sun Oct 24 15:57:42 2021 +0200
@@ -16,8 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifndef MOLKO_CORE_PAINTER_H
-#define MOLKO_CORE_PAINTER_H
+#ifndef MLK_CORE_PAINTER_H
+#define MLK_CORE_PAINTER_H
 
 #include "core.h"
 
@@ -68,4 +68,4 @@
         painter_set_target(__current_texture__);                        \
 } while (0)
 
-#endif /* !MOLKO_CORE_PAINTER_H */
+#endif /* !MLK_CORE_PAINTER_H */