mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 23:40:14 +01:00
Follow wayland change to serial numbers
This commit is contained in:
parent
b5e48ee43f
commit
46b3b7e0fc
1 changed files with 2 additions and 4 deletions
|
|
@ -590,8 +590,7 @@ evdev_notify_keyboard_focus(struct evdev_input *input)
|
|||
}
|
||||
}
|
||||
|
||||
notify_keyboard_focus(&input->base.input_device,
|
||||
weston_compositor_get_time(), &keys);
|
||||
notify_keyboard_focus(&input->base.input_device, &keys);
|
||||
|
||||
wl_array_release(&keys);
|
||||
}
|
||||
|
|
@ -758,8 +757,7 @@ evdev_remove_devices(struct weston_input_device *input_base)
|
|||
wl_list_for_each_safe(device, next, &input->devices_list, link)
|
||||
device_removed(device);
|
||||
|
||||
notify_keyboard_focus(&input->base.input_device,
|
||||
weston_compositor_get_time(), NULL);
|
||||
notify_keyboard_focus(&input->base.input_device, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue