mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-17 08:56:28 -05:00
backend/wayland: give wlr_keyboard ownership to wlr_wl_seat
This commit is contained in:
parent
64fe6ab300
commit
f9b6aa3079
3 changed files with 62 additions and 75 deletions
|
|
@ -413,8 +413,8 @@ static bool backend_start(struct wlr_backend *backend) {
|
|||
|
||||
struct wlr_wl_seat *seat;
|
||||
wl_list_for_each(seat, &wl->seats, link) {
|
||||
if (seat->keyboard) {
|
||||
create_wl_keyboard(seat);
|
||||
if (seat->wl_keyboard) {
|
||||
init_seat_keyboard(seat);
|
||||
}
|
||||
|
||||
if (wl->tablet_manager) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue