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
|
|
@ -70,7 +70,7 @@ handle_keybinding(struct server *server, uint32_t modifiers, xkb_keysym_t sym)
|
|||
for (size_t i = 0; i < keybind->keysyms_len; i++) {
|
||||
if (xkb_keysym_to_lower(sym) == keybind->keysyms[i]) {
|
||||
wlr_keyboard_set_repeat_info(kb, 0, 0);
|
||||
action(NULL, server, &keybind->actions, 0);
|
||||
actions_run(NULL, server, &keybind->actions, 0);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue