diff 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
line wrap: on
line diff
--- a/src/libmlk-ui/ui/checkbox.h	Sat Apr 02 16:58:33 2022 +0200
+++ b/src/libmlk-ui/ui/checkbox.h	Sun Apr 03 08:05:17 2022 +0200
@@ -40,7 +40,7 @@
 void
 checkbox_draw_default(const struct theme *, const struct checkbox *);
 
-void
+int
 checkbox_handle(struct checkbox *, const union event *);
 
 void