mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
output: change set_dmabuf to attach_buffer
This commit is contained in:
parent
493804e421
commit
1d222309b8
4 changed files with 27 additions and 21 deletions
|
|
@ -34,8 +34,7 @@ struct wlr_output_impl {
|
|||
bool (*export_dmabuf)(struct wlr_output *output,
|
||||
struct wlr_dmabuf_attributes *attribs);
|
||||
bool (*schedule_frame)(struct wlr_output *output);
|
||||
bool (*set_dmabuf)(struct wlr_output *output,
|
||||
struct wlr_dmabuf_attributes *attribs);
|
||||
bool (*attach_buffer)(struct wlr_output *output, struct wlr_buffer *buffer);
|
||||
};
|
||||
|
||||
void wlr_output_init(struct wlr_output *output, struct wlr_backend *backend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue