mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
wayland: global-remove: return after finding a matching seat
This commit is contained in:
parent
6b18bd998a
commit
49eea3893e
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue