comparison src/libmlk-ui/ui/checkbox.h @ 405:0e39368e106c

ui: return int in checkbox_handle
author David Demelier <markand@malikania.fr>
date Sun, 03 Apr 2022 08:05:17 +0200
parents 460c78706989
children 6011ad866e99
comparison
equal deleted inserted replaced
404:7321511052f6 405:0e39368e106c
38 CORE_BEGIN_DECLS 38 CORE_BEGIN_DECLS
39 39
40 void 40 void
41 checkbox_draw_default(const struct theme *, const struct checkbox *); 41 checkbox_draw_default(const struct theme *, const struct checkbox *);
42 42
43 void 43 int
44 checkbox_handle(struct checkbox *, const union event *); 44 checkbox_handle(struct checkbox *, const union event *);
45 45
46 void 46 void
47 checkbox_draw(const struct checkbox *); 47 checkbox_draw(const struct checkbox *);
48 48