mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
rename input-manager functions
This commit is contained in:
parent
e677c5b204
commit
0828c77251
11 changed files with 31 additions and 32 deletions
|
|
@ -109,7 +109,7 @@ bool server_init(struct sway_server *server) {
|
|||
return false;
|
||||
}
|
||||
|
||||
input_manager = sway_input_manager_create(server);
|
||||
input_manager = input_manager_create(server);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue