comparison src/libmlk-ui/ui/label.h @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 6011ad866e99
children
comparison
equal deleted inserted replaced
430:1645433e008d 431:8f59201dc76b
17 */ 17 */
18 18
19 #ifndef MLK_UI_LABEL_H 19 #ifndef MLK_UI_LABEL_H
20 #define MLK_UI_LABEL_H 20 #define MLK_UI_LABEL_H
21 21
22 #include <core/core.h> 22 #include <mlk/core/core.h>
23 23
24 struct theme; 24 struct theme;
25 25
26 enum label_flags { 26 enum label_flags {
27 LABEL_FLAGS_NONE, 27 LABEL_FLAGS_NONE,