mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 01:40:29 +01:00
input: Merge wl_seat into weston_seat
This commit is contained in:
parent
049a7492dc
commit
6e5928ab41
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ evdev_notify_keyboard_focus(struct weston_seat *seat,
|
|||
uint32_t *k;
|
||||
int ret;
|
||||
|
||||
if (!seat->seat.keyboard)
|
||||
if (!seat->keyboard)
|
||||
return;
|
||||
|
||||
memset(all_keys, 0, sizeof all_keys);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue