diff libmlk-ui/mlk/ui/button.h @ 450:b26dd49f69ff

core: event -> mlk_event (and friends)
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2023 13:37:11 +0100
parents 773a082f0b91
children 5729efd23286
line wrap: on
line diff
--- a/libmlk-ui/mlk/ui/button.h	Sat Feb 18 13:16:40 2023 +0100
+++ b/libmlk-ui/mlk/ui/button.h	Sat Feb 18 13:37:11 2023 +0100
@@ -21,7 +21,7 @@
 
 #include <mlk/core/core.h>
 
-union event;
+union mlk_event;
 
 struct theme;
 
@@ -44,7 +44,7 @@
 CORE_BEGIN_DECLS
 
 int
-button_handle(struct button *, const union event *);
+button_handle(struct button *, const union mlk_event *);
 
 void
 button_reset(struct button *);