mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	wip: redesign output_view_for_each_surface iterator
This commit is contained in:
		
							parent
							
								
									a0dd977617
								
							
						
					
					
						commit
						e9d674cfd2
					
				
					 3 changed files with 66 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -231,8 +231,7 @@ static void render_view_surfaces(struct sway_view *view,
 | 
			
		|||
		.view = view,
 | 
			
		||||
		.alpha = alpha,
 | 
			
		||||
	};
 | 
			
		||||
	output_view_for_each_surface(view, output, &data.root_geo,
 | 
			
		||||
		render_surface_iterator, &data);
 | 
			
		||||
	output_view_for_each_surface(output, view, render_surface_iterator2, &data);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void render_saved_view(struct sway_view *view,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue