commit aeae3dadbb94b77ecd45f1ab89769496c71d3782
parent 43bd806291ab1b4bf46cbe35cddebba9af97fd54
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
@@ -653,6 +653,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);