mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
rename input to input-manager
This commit is contained in:
parent
338a0399f8
commit
21ce20885a
5 changed files with 12 additions and 9 deletions
|
|
@ -11,7 +11,7 @@
|
|||
// TODO WLR: make Xwayland optional
|
||||
#include <wlr/xwayland.h>
|
||||
#include "sway/server.h"
|
||||
#include "sway/input.h"
|
||||
#include "sway/input-manager.h"
|
||||
#include "log.h"
|
||||
|
||||
bool server_init(struct sway_server *server) {
|
||||
|
|
@ -60,7 +60,7 @@ bool server_init(struct sway_server *server) {
|
|||
return false;
|
||||
}
|
||||
|
||||
server->input = sway_input_create(server);
|
||||
server->input = sway_input_manager_create(server);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue