mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
backend/wayland: Bind seat listener to wlr_wl_seat
This commit is contained in:
parent
e06c9e43af
commit
40bfd9f8f7
4 changed files with 16 additions and 18 deletions
|
|
@ -112,6 +112,8 @@ struct wlr_wl_seat {
|
|||
struct wl_touch *touch;
|
||||
struct wl_pointer *pointer;
|
||||
struct wl_keyboard *keyboard;
|
||||
|
||||
struct wlr_wl_backend *backend;
|
||||
};
|
||||
|
||||
struct wlr_wl_backend *get_wl_backend_from_backend(struct wlr_backend *backend);
|
||||
|
|
@ -129,6 +131,6 @@ extern const struct wl_seat_listener seat_listener;
|
|||
|
||||
struct wlr_wl_tablet_seat *wl_add_tablet_seat(
|
||||
struct zwp_tablet_manager_v2 *manager,
|
||||
struct wl_seat *seat, struct wlr_wl_backend *backend);
|
||||
struct wlr_wl_seat *seat);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue