~ruther/dwl

4e9396d9a497fbf2aca21bec298201d2df4dc915 — Devin J. Pohly 4 years ago 94bf916 + 7499044
Merge pull request #29 from alex-courtis/tidy-activate-notify

tidy activate notify resource
1 files changed, 2 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -0
@@ 628,6 628,8 @@ destroynotify(struct wl_listener *listener, void *data)
	wl_list_remove(&c->map.link);
	wl_list_remove(&c->unmap.link);
	wl_list_remove(&c->destroy.link);
	if (c->type == X11Managed)
		wl_list_remove(&c->activate.link);
	free(c);
}


Do not follow this link