mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
config: validate keybind, mousebind and menu actions
This commit is contained in:
parent
665d31c1c7
commit
65b441a0ba
4 changed files with 89 additions and 14 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue