mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
sway input device
This commit is contained in:
parent
462a451328
commit
163edc5a90
14 changed files with 258 additions and 215 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue