comparison libmlk-ui/mlk/ui/gridmenu.c @ 585:76ce31b0151f

misc: minor edits
author David Demelier <markand@malikania.fr>
date Sat, 18 Mar 2023 17:21:05 +0100
parents c7664b679a95
children c027304ced27
comparison
equal deleted inserted replaced
584:f2737a931658 585:76ce31b0151f
18 18
19 #include <assert.h> 19 #include <assert.h>
20 #include <math.h> 20 #include <math.h>
21 #include <string.h> 21 #include <string.h>
22 22
23 #include <mlk/core/err.h>
23 #include <mlk/core/event.h> 24 #include <mlk/core/event.h>
24 #include <mlk/core/font.h> 25 #include <mlk/core/font.h>
25 #include <mlk/core/maths.h> 26 #include <mlk/core/maths.h>
26 #include <mlk/core/painter.h> 27 #include <mlk/core/painter.h>
27 #include <mlk/core/panic.h> 28 #include <mlk/core/panic.h>