mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/wayland: Bind seat listener to wlr_wl_seat
This commit is contained in:
parent
e06c9e43af
commit
40bfd9f8f7
4 changed files with 16 additions and 18 deletions
|
|
@ -164,8 +164,7 @@ static bool backend_start(struct wlr_backend *backend) {
|
|||
}
|
||||
|
||||
if (wl->tablet_manager) {
|
||||
wl_add_tablet_seat(wl->tablet_manager,
|
||||
seat->wl_seat, wl);
|
||||
wl_add_tablet_seat(wl->tablet_manager, seat);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue