config: validate keybind, mousebind and menu actions

This commit is contained in:
Consolatis 2023-05-13 16:27:46 +02:00
parent 665d31c1c7
commit 65b441a0ba
4 changed files with 89 additions and 14 deletions

View file

@ -30,6 +30,8 @@ bool actions_contain_toggle_keybinds(struct wl_list *action_list);
void actions_run(struct view *activator, struct server *server,
struct wl_list *actions, uint32_t resize_edges);
void action_free(struct action *action);
void action_list_free(struct wl_list *action_list);
#endif /* LABWC_ACTION_H */