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
|
@ -86,7 +86,7 @@ struct wlr_output_impl {
|
|||
*/
|
||||
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.
|
||||
*
|
||||
* If unimplemented, the primary buffer has no format constraint. If NULL
|
||||
|
|
Loading…
Reference in New Issue