comparison libmlk-core/mlk/core/action.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents b26dd49f69ff
children c1f64d451230
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
30 void (*draw)(struct mlk_action *); 30 void (*draw)(struct mlk_action *);
31 void (*end)(struct mlk_action *); 31 void (*end)(struct mlk_action *);
32 void (*finish)(struct mlk_action *); 32 void (*finish)(struct mlk_action *);
33 }; 33 };
34 34
35 CORE_BEGIN_DECLS 35 MLK_CORE_BEGIN_DECLS
36 36
37 void 37 void
38 mlk_action_handle(struct mlk_action *, const union mlk_event *); 38 mlk_action_handle(struct mlk_action *, const union mlk_event *);
39 39
40 int 40 int
47 mlk_action_end(struct mlk_action *); 47 mlk_action_end(struct mlk_action *);
48 48
49 void 49 void
50 mlk_action_finish(struct mlk_action *); 50 mlk_action_finish(struct mlk_action *);
51 51
52 CORE_END_DECLS 52 MLK_CORE_END_DECLS
53 53
54 #endif /* !MLK_CORE_ACTION_H */ 54 #endif /* !MLK_CORE_ACTION_H */