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

@ -49,7 +49,7 @@ struct config_binding_pipe {
bool master_copy;
};
enum config_key_binding_type {
enum key_binding_type {
KEY_BINDING,
MOUSE_BINDING,
};