wayland: global-remove: return after finding a matching seat

This commit is contained in:
Daniel Eklöf 2020-08-10 18:58:39 +02:00
parent 6b18bd998a
commit 49eea3893e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -932,6 +932,7 @@ handle_global_remove(void *data, struct wl_registry *registry, uint32_t name)
seat_destroy(seat);
tll_remove(wayl->seats, it);
return;
}
LOG_WARN("unknown global removed: 0x%08x", name);