mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04: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);
|
seat_destroy(seat);
|
||||||
tll_remove(wayl->seats, it);
|
tll_remove(wayl->seats, it);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_WARN("unknown global removed: 0x%08x", name);
|
LOG_WARN("unknown global removed: 0x%08x", name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue