diff libmlk-core/mlk/core/action.c @ 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 c1f64d451230
line wrap: on
line diff
--- a/libmlk-core/mlk/core/action.c	Sat Feb 18 13:16:40 2023 +0100
+++ b/libmlk-core/mlk/core/action.c	Sat Feb 18 13:37:11 2023 +0100
@@ -21,7 +21,7 @@
 #include "action.h"
 
 void
-mlk_action_handle(struct mlk_action *act, const union event *ev)
+mlk_action_handle(struct mlk_action *act, const union mlk_event *ev)
 {
 	assert(act);
 	assert(ev);