Unlink fullscreen
This commit is contained in:
parent
60a732ceb8
commit
573535c89c
1
dwl.c
1
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);
|
||||
|
Loading…
Reference in New Issue
Block a user