mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
keybind: s/add/create/
This commit is contained in:
parent
97c29987e2
commit
b2504bdf9a
3 changed files with 5 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ static uint32_t parse_modifier(const char *symname)
|
|||
return 0;
|
||||
}
|
||||
|
||||
struct keybind *keybind_add(const char *keybind)
|
||||
struct keybind *keybind_create(const char *keybind)
|
||||
{
|
||||
struct keybind *k = calloc(1, sizeof(struct keybind));
|
||||
xkb_keysym_t keysyms[32];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue