commit 573535c89c5bd470d2e820851a0b5ef54395b4dc
parent 60a732ceb8a436ddc511d2be5feb31a6186f3bf6
Author: Stivvo <stivvo01@gmail.com>
Date: Sat, 5 Sep 2020 10:37:59 +0200
Unlink fullscreen
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);