commit dcd4bc6
Marc Belizaire
·
2026-03-14 16:03:48 +0000 UTC
parent 0f683bf
seat: Add release handler for wl_seat v5 compatibility This was missed when wl_seat was updated from version 4 to 8.
1 files changed,
+1,
-0
+1,
-0
1@@ -163,6 +163,7 @@ static const struct wl_seat_interface seat_impl = {
2 .get_pointer = get_pointer,
3 .get_keyboard = get_keyboard,
4 .get_touch = get_touch,
5+ .release = destroy_resource,
6 };
7
8 static void