Skip to content

Remove remaining wl_signal_emit calls

Simon Ser requested to merge emersion/wlroots:signal-emit-safe into master

Replace them with wlr_signal_emit_safe, which correctly handles cases where a listener removes another listener.

cc @ifreund

Merge request reports