diff libmlk-example/mlk/example/example.h @ 506:e205625015ba

ui: gridmenu is stylable
author David Demelier <markand@malikania.fr>
date Thu, 02 Mar 2023 08:54:00 +0100
parents 8e41ed5474cf
children
line wrap: on
line diff
--- a/libmlk-example/mlk/example/example.h	Wed Mar 01 16:24:07 2023 +0100
+++ b/libmlk-example/mlk/example/example.h	Thu Mar 02 08:54:00 2023 +0100
@@ -19,8 +19,9 @@
 #ifndef MLK_EXAMPLE_EXAMPLE_H
 #define MLK_EXAMPLE_EXAMPLE_H
 
-#define MLK_EXAMPLE_W 960
-#define MLK_EXAMPLE_H 540
+#define MLK_EXAMPLE_W   960
+#define MLK_EXAMPLE_H   540
+#define MLK_EXAMPLE_BG	0xc6ecffff
 
 int
 mlk_example_init(const char *);