diff options
| author | Stivvo <stivvo01@gmail.com> | 2020-09-05 10:37:59 +0200 | 
|---|---|---|
| committer | Guido Cella <guido@guidocella.xyz> | 2020-12-19 18:05:51 +0100 | 
| commit | 573535c89c5bd470d2e820851a0b5ef54395b4dc (patch) | |
| tree | 271bfff22bd93190f7469b29a4ee5b4fc346e08a /dwl.c | |
| parent | 60a732ceb8a436ddc511d2be5feb31a6186f3bf6 (diff) | |
Unlink fullscreen
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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); | 
