mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwayland: clean up seat setting
This commit is contained in:
parent
b0683874e9
commit
fc17c74516
4 changed files with 13 additions and 15 deletions
|
|
@ -86,7 +86,6 @@ struct roots_input *input_create(struct roots_server *server,
|
|||
input->server = server;
|
||||
|
||||
wl_list_init(&input->seats);
|
||||
roots_seat_create(input, ROOTS_CONFIG_DEFAULT_SEAT_NAME);
|
||||
|
||||
input->input_add.notify = input_add_notify;
|
||||
wl_signal_add(&server->backend->events.input_add, &input->input_add);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue