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:
Simon Ser 2021-11-30 20:33:36 +01:00
parent 2540de494e
commit e93435016e
1 changed files with 1 additions and 1 deletions

View File

@ -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