mirror of
https://github.com/swaywm/sway.git
synced 2026-03-19 05:34:00 -04:00
sway/input: use wlr_input_device from input device base
This commit is contained in:
parent
f8990523b4
commit
85d1c98476
2 changed files with 3 additions and 3 deletions
|
|
@ -950,7 +950,7 @@ static void sway_keyboard_group_add(struct sway_keyboard *keyboard) {
|
|||
goto cleanup;
|
||||
}
|
||||
sway_group->seat_device->input_device->wlr_device =
|
||||
sway_group->wlr_group->input_device;
|
||||
&sway_group->wlr_group->keyboard.base;
|
||||
|
||||
if (!sway_keyboard_create(seat, sway_group->seat_device)) {
|
||||
sway_log(SWAY_ERROR, "Failed to allocate sway_keyboard for group");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue