From 573535c89c5bd470d2e820851a0b5ef54395b4dc Mon Sep 17 00:00:00 2001 From: Stivvo Date: Sat, 5 Sep 2020 10:37:59 +0200 Subject: [PATCH] Unlink fullscreen --- dwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwl.c b/dwl.c index 554b9a0..c5ed398 100644 --- a/dwl.c +++ b/dwl.c @@ -1026,6 +1026,7 @@ 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); + wl_list_remove(&c->fullscreen.link); #ifdef XWAYLAND if (c->type == X11Managed) wl_list_remove(&c->activate.link);