mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	surface: fix wlr_surface_get_buffer_source_box()
This commit is contained in:
		
							parent
							
								
									664307f968
								
							
						
					
					
						commit
						72a156b18a
					
				
					 1 changed files with 2 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -1473,14 +1473,7 @@ void wlr_surface_get_buffer_source_box(struct wlr_surface *surface,
 | 
			
		|||
		box->y = surface->current.viewport.src.y * surface->current.scale;
 | 
			
		||||
		box->width = surface->current.viewport.src.width * surface->current.scale;
 | 
			
		||||
		box->height = surface->current.viewport.src.height * surface->current.scale;
 | 
			
		||||
		if ((surface->current.transform & WL_OUTPUT_TRANSFORM_90) != 0) {
 | 
			
		||||
			double tmp = box->x;
 | 
			
		||||
			box->x = box->y;
 | 
			
		||||
			box->y = tmp;
 | 
			
		||||
 | 
			
		||||
			tmp = box->width;
 | 
			
		||||
			box->width = box->height;
 | 
			
		||||
			box->height = tmp;
 | 
			
		||||
		}
 | 
			
		||||
		wlr_fbox_transform(box, box, surface->current.transform,
 | 
			
		||||
			surface->current.buffer_width, surface->current.buffer_height);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue