diff options
author | Stivvo <stivvo01@gmail.com> | 2020-09-05 10:37:59 +0200 |
---|---|---|
committer | Stivvo <stivvo01@gmail.com> | 2020-09-05 10:37:59 +0200 |
commit | aeae3dadbb94b77ecd45f1ab89769496c71d3782 (patch) | |
tree | 8e715554c484750063066a1aca11a8eaf43d382c | |
parent | 43bd806291ab1b4bf46cbe35cddebba9af97fd54 (diff) |
Unlink fullscreen
-rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |