xwayland: Add xwl_seat to the Xwayland types

For some reason, xwl_seat wasn't listed in the Xwayland types.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
Olivier Fourdan 2026-03-12 14:48:36 +01:00
parent 593021bc51
commit ddc3ed79ff

View file

@ -32,5 +32,6 @@ struct xwl_screen;
struct xwl_drm_lease;
struct xwl_output;
struct xwl_window_buffer;
struct xwl_seat;
#endif /* XWAYLAND_TYPES_H */