mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-08 06:40:29 +01:00
input: Merge wl_seat into weston_seat
This commit is contained in:
parent
43ff34cdae
commit
790c9a1faf
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ udev_seat_remove_devices(struct udev_seat *seat)
|
|||
wl_list_for_each_safe(device, next, &seat->devices_list, link)
|
||||
evdev_device_destroy(device);
|
||||
|
||||
if (seat->base.seat.keyboard)
|
||||
if (seat->base.keyboard)
|
||||
notify_keyboard_focus_out(&seat->base);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue