diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-02-09 14:08:20 -0500 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-02-21 16:48:43 -0500 |
commit | 887516d004ca5c5f35e99fd36f4b30f649f1c2f8 (patch) | |
tree | e5388268bee767fc51c05aefb0cf6da82a81271f /include/backend/wayland.h | |
parent | 19f7e5d2b4f6ae8d50eff2c219ca9bfed885eb57 (diff) |
backend/wayland: remove wlr_input_device_impl
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r-- | include/backend/wayland.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 4e5d3636..668b69ae 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -134,9 +134,12 @@ struct wlr_wl_input_device *create_wl_input_device( struct wlr_wl_seat *seat, enum wlr_input_device_type type); bool create_wl_seat(struct wl_seat *wl_seat, struct wlr_wl_backend *wl); void destroy_wl_seats(struct wlr_wl_backend *wl); +void destroy_wl_input_device(struct wlr_wl_input_device *dev); void destroy_wl_buffer(struct wlr_wl_buffer *buffer); extern const struct wl_seat_listener seat_listener; +extern const struct wlr_tablet_pad_impl tablet_pad_impl; +extern const struct wlr_tablet_impl tablet_impl; struct wlr_wl_tablet_seat *wl_add_tablet_seat( struct zwp_tablet_manager_v2 *manager, |