mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-29 05:40:19 -04:00 
			
		
		
		
	Destroy fullscreen node after moving clients off mon
This commit is contained in:
		
							parent
							
								
									f3c4f72314
								
							
						
					
					
						commit
						25e34e4d0c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							|  | @ -672,9 +672,9 @@ cleanupmon(struct wl_listener *listener, void *data) | ||||||
| 	m->wlr_output->data = NULL; | 	m->wlr_output->data = NULL; | ||||||
| 	wlr_output_layout_remove(output_layout, m->wlr_output); | 	wlr_output_layout_remove(output_layout, m->wlr_output); | ||||||
| 	wlr_scene_output_destroy(m->scene_output); | 	wlr_scene_output_destroy(m->scene_output); | ||||||
| 	wlr_scene_node_destroy(&m->fullscreen_bg->node); |  | ||||||
| 
 | 
 | ||||||
| 	closemon(m); | 	closemon(m); | ||||||
|  | 	wlr_scene_node_destroy(&m->fullscreen_bg->node); | ||||||
| 	free(m); | 	free(m); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ben Jargowsky
						Ben Jargowsky