backend/x11: remove wlr_input_device_impl

This commit is contained in:
Simon Zeni 2022-02-08 15:32:40 -05:00
parent 1acc931cf0
commit 19f7e5d2b4
4 changed files with 13 additions and 23 deletions

View file

@ -638,7 +638,7 @@ struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
}
#endif
wlr_keyboard_init(&x11->keyboard, &keyboard_impl, "x11-keyboard");
wlr_keyboard_init(&x11->keyboard, &x11_keyboard_impl, "x11-keyboard");
x11->display_destroy.notify = handle_display_destroy;
wl_display_add_destroy_listener(display, &x11->display_destroy);