diff options
Diffstat (limited to 'include/backend')
-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, |