diff options
author | Simon Ser <contact@emersion.fr> | 2021-11-30 20:33:36 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-30 20:49:33 +0100 |
commit | e93435016e0dfad0fefed3b68a9b60fe453c723e (patch) | |
tree | f8fbdc23b01c3d64567fe60a7a878073eab0a6b5 /include/wlr/interfaces/wlr_output.h | |
parent | 2540de494e66c6fa056e9608755bfa7474d4ee47 (diff) |
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.
Diffstat (limited to 'include/wlr/interfaces/wlr_output.h')
-rw-r--r-- | include/wlr/interfaces/wlr_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |