rename input-manager functions

This commit is contained in:
Tony Crisci 2018-04-02 08:49:38 -04:00
parent e677c5b204
commit 0828c77251
11 changed files with 31 additions and 32 deletions

View file

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