wlr_seat_client destroyed when all seat resources are
So it's not possible for a client to create a wl_seat, then create a wl_pointer, and immediately destroy the wl_seat (because it'll wl_resource_destroy
the wl_pointer too).
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
So it's not possible for a client to create a wl_seat, then create a wl_pointer, and immediately destroy the wl_seat (because it'll wl_resource_destroy
the wl_pointer too).