mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	Unlink fullscreen
This commit is contained in:
		
							parent
							
								
									43bd806291
								
							
						
					
					
						commit
						aeae3dadbb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -653,6 +653,7 @@ destroynotify(struct wl_listener *listener, void *data)
 | 
				
			||||||
	wl_list_remove(&c->map.link);
 | 
						wl_list_remove(&c->map.link);
 | 
				
			||||||
	wl_list_remove(&c->unmap.link);
 | 
						wl_list_remove(&c->unmap.link);
 | 
				
			||||||
	wl_list_remove(&c->destroy.link);
 | 
						wl_list_remove(&c->destroy.link);
 | 
				
			||||||
 | 
						wl_list_remove(&c->fullscreen.link);
 | 
				
			||||||
#ifdef XWAYLAND
 | 
					#ifdef XWAYLAND
 | 
				
			||||||
	if (c->type == X11Managed)
 | 
						if (c->type == X11Managed)
 | 
				
			||||||
		wl_list_remove(&c->activate.link);
 | 
							wl_list_remove(&c->activate.link);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue