diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-12 18:37:40 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-07-12 13:29:03 -0400 |
commit | bcd5d8504c4370134d5fb3c1c324fcab49fecbb8 (patch) | |
tree | b3f237107debc6e4b7bb26904ef07db4dbff96f1 /include/wlr/interfaces/wlr_output.h | |
parent | 709190c4c8072c929c06addce9d305882f124e6f (diff) |
output: remove wlr_output_impl.export_dmabuf
No backend is using it anymore.
Diffstat (limited to 'include/wlr/interfaces/wlr_output.h')
-rw-r--r-- | include/wlr/interfaces/wlr_output.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 83d1b58a..376e0875 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -84,11 +84,6 @@ struct wlr_output_impl { */ 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. * |