mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
[style] rename action() to actions_run()
This commit is contained in:
parent
7d98bc7aa2
commit
953e8a4f9d
5 changed files with 8 additions and 7 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue