wlroots-hyprland/types/data_device
Andri Yngvason 3898bb482d seat: Let client manage its own resources
This makes seat_client resources inert when seats and/or input devices are
destroyed, rather than destroying the resources.

When the client calls e.g. wl_keyboard_release(), it's not expecting the
keyboard global to be already destroyed, so this results in an error such
as this:

    wl_display@1: error 0: invalid object 22
2023-04-18 08:29:30 +00:00
..
wlr_data_device.c seat: Let client manage its own resources 2023-04-18 08:29:30 +00:00
wlr_data_offer.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_data_source.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
wlr_drag.c seat/keyboard: constify wlr_seat_keyboard_notify_enter() 2023-01-26 15:06:45 +00:00