~ruther/dwl

bca1b779aae29437e920e64562da14eff3bc80c3 — Leonardo Hernández Hernández 1 year, 5 months ago 7bdbab0
fix destroynotify() docs

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4421
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 1122,7 1122,7 @@ destroylocksurface(struct wl_listener *listener, void *data)
void
destroynotify(struct wl_listener *listener, void *data)
{
	/* Called when the surface is destroyed and should never be shown again. */
	/* Called when the xdg_toplevel is destroyed. */
	Client *c = wl_container_of(listener, c, destroy);
	wl_list_remove(&c->destroy.link);
	wl_list_remove(&c->set_title.link);

Do not follow this link