mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue