mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
config: rename enum config_key_binding_type -> key_binding_type
This commit is contained in:
parent
56b948ca20
commit
9814d96206
4 changed files with 7 additions and 7 deletions
|
|
@ -101,7 +101,7 @@ enum bind_action_url {
|
|||
typedef tll(xkb_keycode_t) xkb_keycode_list_t;
|
||||
|
||||
struct key_binding {
|
||||
enum config_key_binding_type type;
|
||||
enum key_binding_type type;
|
||||
|
||||
int action; /* enum bind_action_* */
|
||||
char **pipe_argv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue