Skip to content

server: check visibility before sending global/global_remove

Simon Ser requested to merge emersion/wayland:check-visibility into main

See the previous discussion at 1: libwayland incorrectly skips the visibility checks when sending global/global_remove events. The check is only performed when a client performs a wl_display.get_registry request.

Merge request reports