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.
master
Simon Ser 3 years ago
parent 2540de494e
commit e93435016e

@ -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…
Cancel
Save