comparison libmlk-ui/mlk/ui/theme.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents 90a097b1aa0f
children 91ce23a36143
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
58 void (*draw_label)(const struct theme *, const struct label *); 58 void (*draw_label)(const struct theme *, const struct label *);
59 void (*draw_button)(const struct theme *, const struct button *); 59 void (*draw_button)(const struct theme *, const struct button *);
60 void (*draw_checkbox)(const struct theme *t, const struct checkbox *); 60 void (*draw_checkbox)(const struct theme *t, const struct checkbox *);
61 }; 61 };
62 62
63 CORE_BEGIN_DECLS 63 MLK_CORE_BEGIN_DECLS
64 64
65 int 65 int
66 theme_init(void); 66 theme_init(void);
67 67
68 struct theme * 68 struct theme *
84 theme_draw_checkbox(const struct theme *, const struct checkbox *); 84 theme_draw_checkbox(const struct theme *, const struct checkbox *);
85 85
86 void 86 void
87 theme_finish(void); 87 theme_finish(void);
88 88
89 CORE_END_DECLS 89 MLK_CORE_END_DECLS
90 90
91 #endif /* !MLK_UI_THEME_H */ 91 #endif /* !MLK_UI_THEME_H */