sway input device

This commit is contained in:
Tony Crisci 2017-12-12 08:29:37 -05:00
parent 462a451328
commit 163edc5a90
14 changed files with 258 additions and 215 deletions

View file

@ -60,7 +60,7 @@ bool server_init(struct sway_server *server) {
return false;
}
server->input = sway_input_manager_create(server);
input_manager = sway_input_manager_create(server);
return true;
}