mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	output: fix typo in wlr_output_impl.get_primary_formats docs
The buffer capabilities indicate whether the formats returned are for DMA-BUFs or shared memory buffers.
This commit is contained in:
		
							parent
							
								
									2540de494e
								
							
						
					
					
						commit
						e93435016e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -86,7 +86,7 @@ struct wlr_output_impl {
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	void (*get_cursor_size)(struct wlr_output *output, int *width, int *height);
 | 
						void (*get_cursor_size)(struct wlr_output *output, int *width, int *height);
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Get the list of DMA-BUF formats suitable for the primary buffer,
 | 
						 * Get the list of DRM formats suitable for the primary buffer,
 | 
				
			||||||
	 * assuming a buffer with the specified capabilities.
 | 
						 * assuming a buffer with the specified capabilities.
 | 
				
			||||||
	 *
 | 
						 *
 | 
				
			||||||
	 * If unimplemented, the primary buffer has no format constraint. If NULL
 | 
						 * If unimplemented, the primary buffer has no format constraint. If NULL
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue