[style] rename action() to actions_run()

This commit is contained in:
Consolatis 2022-02-24 02:16:19 +01:00 committed by Johan Malm
parent 7d98bc7aa2
commit 953e8a4f9d
5 changed files with 8 additions and 7 deletions

View file

@ -14,7 +14,7 @@ struct action {
struct action *action_create(const char *action_name);
void action_list_free(struct wl_list *action_list);
void action(struct view *activator, struct server *server,
void actions_run(struct view *activator, struct server *server,
struct wl_list *actions, uint32_t resize_edges);
#endif