backend/wayland: remove wl_seat_listener from public API

This commit is contained in:
Simon Zeni 2022-03-08 15:20:56 -05:00 committed by Kirill Primak
parent b7e9ad7989
commit 2001441a37
2 changed files with 3 additions and 3 deletions

View file

@ -151,8 +151,6 @@ 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_buffer(struct wlr_wl_buffer *buffer);
extern const struct wl_seat_listener seat_listener;
extern const struct wlr_pointer_impl wl_pointer_impl;
extern const struct wlr_tablet_pad_impl wl_tablet_pad_impl;
extern const struct wlr_tablet_impl wl_tablet_impl;