diff options
author | Simon Ser <contact@emersion.fr> | 2020-11-04 14:08:08 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-05 09:43:42 +0100 |
commit | ccd313e01ad58beba261ecae78c94f149093ffbb (patch) | |
tree | 6b736f2580387bd607621a1800f23808a23e58b0 /include | |
parent | 1328477a82c50ed4dbed0a42d8624510bf8048f1 (diff) |
output: update docs to reflect reality
The docs were outdated and weren't matching what the DRM backend does
(the only implementor of wlr_output_export_dmabuf).
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 41423b58..972343bc 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -391,8 +391,7 @@ size_t wlr_output_get_gamma_size(struct wlr_output *output); void wlr_output_set_gamma(struct wlr_output *output, size_t size, const uint16_t *r, const uint16_t *g, const uint16_t *b); /** - * Exports the output's current back-buffer as a DMA-BUF (ie. the buffer that - * will be displayed on next commit). + * Exports the last committed buffer as a DMA-BUF. * * The caller is responsible for cleaning up the DMA-BUF attributes. */ |