[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

@ -129,7 +129,8 @@ activator_or_focused_view(struct view *activator, struct server *server)
}
void
action(struct view *activator, struct server *server, struct wl_list *actions, uint32_t resize_edges)
actions_run(struct view *activator, struct server *server,
struct wl_list *actions, uint32_t resize_edges)
{
if (!actions) {
wlr_log(WLR_ERROR, "empty actions");