mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-13 00:20:20 +01:00
input: Add a seat name parameter to weston_seat_init
This commit is contained in:
parent
a777610a77
commit
56ed9258da
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ udev_seat_create(struct weston_compositor *c, struct udev *udev,
|
|||
return NULL;
|
||||
|
||||
memset(seat, 0, sizeof *seat);
|
||||
weston_seat_init(&seat->base, c);
|
||||
weston_seat_init(&seat->base, c, "default");
|
||||
seat->base.led_update = drm_led_update;
|
||||
|
||||
wl_list_init(&seat->devices_list);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue