mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
backend/x11: remove wlr_input_device_impl
This commit is contained in:
parent
1acc931cf0
commit
19f7e5d2b4
4 changed files with 13 additions and 23 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue