mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: remove wlr_output_impl.export_dmabuf
No backend is using it anymore.
This commit is contained in:
parent
709190c4c8
commit
bcd5d8504c
3 changed files with 1 additions and 10 deletions
|
|
@ -83,11 +83,6 @@ struct wlr_output_impl {
|
|||
* Zero can be returned if the output doesn't support gamma LUTs.
|
||||
*/
|
||||
size_t (*get_gamma_size)(struct wlr_output *output);
|
||||
/**
|
||||
* Export the output's current back-buffer as a DMA-BUF.
|
||||
*/
|
||||
bool (*export_dmabuf)(struct wlr_output *output,
|
||||
struct wlr_dmabuf_attributes *attribs);
|
||||
/**
|
||||
* Get the list of formats suitable for the cursor, assuming a buffer with
|
||||
* the specified capabilities.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue