comparison libmlk-core/mlk/core/drawable-stack.h @ 516:6af0524913b3

misc: fix
author David Demelier <markand@malikania.fr>
date Sat, 04 Mar 2023 11:23:10 +0100
parents 5729efd23286
children 6e8f6640e05b
comparison
equal deleted inserted replaced
515:2e05c1804b25 516:6af0524913b3
29 }; 29 };
30 30
31 MLK_CORE_BEGIN_DECLS 31 MLK_CORE_BEGIN_DECLS
32 32
33 void 33 void
34 mlk_drawable_stack_init(struct mlk_drawable_stack *, struct mlk_drawable **, size_t); 34 mlk_drawable_stack_init(struct mlk_drawable_stack *);
35 35
36 int 36 int
37 mlk_drawable_stack_add(struct mlk_drawable_stack *, struct mlk_drawable *); 37 mlk_drawable_stack_add(struct mlk_drawable_stack *, struct mlk_drawable *);
38 38
39 int 39 int