mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -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
2
config.h
2
config.h
|
|
@ -49,7 +49,7 @@ struct config_binding_pipe {
|
|||
bool master_copy;
|
||||
};
|
||||
|
||||
enum config_key_binding_type {
|
||||
enum key_binding_type {
|
||||
KEY_BINDING,
|
||||
MOUSE_BINDING,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue