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