mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/drm: remove format arg from drm_plane_init_surface
This was always set to ARGB8888.
This commit is contained in:
		
							parent
							
								
									9e9be83a58
								
							
						
					
					
						commit
						e06ea4e84a
					
				
					 3 changed files with 7 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -57,7 +57,7 @@ bool drm_surface_render_black_frame(struct wlr_drm_surface *surf);
 | 
			
		|||
 | 
			
		||||
bool drm_plane_init_surface(struct wlr_drm_plane *plane,
 | 
			
		||||
		struct wlr_drm_backend *drm, int32_t width, uint32_t height,
 | 
			
		||||
		uint32_t format, bool with_modifiers);
 | 
			
		||||
		bool with_modifiers);
 | 
			
		||||
void drm_plane_finish_surface(struct wlr_drm_plane *plane);
 | 
			
		||||
bool drm_plane_lock_surface(struct wlr_drm_plane *plane,
 | 
			
		||||
		struct wlr_drm_backend *drm);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue