mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
backend/wayland: remove wlr_input_device_impl
This commit is contained in:
parent
19f7e5d2b4
commit
887516d004
4 changed files with 57 additions and 41 deletions
|
|
@ -444,7 +444,7 @@ static void backend_destroy(struct wlr_backend *backend) {
|
|||
|
||||
struct wlr_wl_input_device *input_device, *tmp_input_device;
|
||||
wl_list_for_each_safe(input_device, tmp_input_device, &wl->devices, link) {
|
||||
wlr_input_device_destroy(&input_device->wlr_input_device);
|
||||
destroy_wl_input_device(input_device);
|
||||
}
|
||||
|
||||
struct wlr_wl_buffer *buffer, *tmp_buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue