comparison examples/example-cursor/example-cursor.c @ 433:862b15c3a3ae

ui: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 21:19:25 +0200
parents 8f59201dc76b
children 773a082f0b91
comparison
equal deleted inserted replaced
432:38cf60f5a1c4 433:862b15c3a3ae
27 #include <mlk/core/state.h> 27 #include <mlk/core/state.h>
28 #include <mlk/core/sys.h> 28 #include <mlk/core/sys.h>
29 #include <mlk/core/util.h> 29 #include <mlk/core/util.h>
30 #include <mlk/core/window.h> 30 #include <mlk/core/window.h>
31 31
32 #include <ui/label.h> 32 #include <mlk/ui/label.h>
33 #include <ui/ui.h> 33 #include <mlk/ui/ui.h>
34 34
35 #define W 1280 35 #define W 1280
36 #define H 720 36 #define H 720
37 37
38 static struct state *states[1]; 38 static struct state *states[1];