mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/drm: rotation is a plane property
"rotation" is a plane property, it's not a CRTC property. It was also missing from plane_info.
This commit is contained in:
		
							parent
							
								
									d2329ac07a
								
							
						
					
					
						commit
						2649600fa1
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -28,7 +28,6 @@ union wlr_drm_connector_props {
 | 
			
		|||
union wlr_drm_crtc_props {
 | 
			
		||||
	struct {
 | 
			
		||||
		// Neither of these are guaranteed to exist
 | 
			
		||||
		uint32_t rotation;
 | 
			
		||||
		uint32_t scaling_mode;
 | 
			
		||||
		uint32_t vrr_enabled;
 | 
			
		||||
		uint32_t gamma_lut;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue