config: rename enum config_key_binding_type -> key_binding_type

This commit is contained in:
Daniel Eklöf 2022-02-08 19:02:28 +01:00
parent 56b948ca20
commit 9814d96206
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 7 additions and 7 deletions

View file

@ -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;