diff src/mlk-run/main.c @ 354:2dbe1cf6b544

js: add color bindings
author David Demelier <markand@malikania.fr>
date Thu, 21 Oct 2021 13:45:36 +0200
parents 323d13f49233
children 3b2eed504c61
line wrap: on
line diff
--- a/src/mlk-run/main.c	Thu Oct 21 08:23:50 2021 +0200
+++ b/src/mlk-run/main.c	Thu Oct 21 13:45:36 2021 +0200
@@ -28,6 +28,7 @@
 
 #include <core/js-animation.h>
 #include <core/js-clock.h>
+#include <core/js-color.h>
 #include <core/js-core.h>
 #include <core/js-event.h>
 #include <core/js-font.h>
@@ -59,6 +60,7 @@
 {
 	js_animation_bind(ctx);
 	js_clock_bind(ctx);
+	js_color_bind(ctx);
 	js_core_bind(ctx, &vfs);
 	js_event_bind(ctx);
 	js_font_bind(ctx);