From e93435016e0dfad0fefed3b68a9b60fe453c723e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 30 Nov 2021 20:33:36 +0100 Subject: [PATCH] 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. --- include/wlr/interfaces/wlr_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 5ae1ab56..79cc8ee0 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -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