mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: fix attach_buffer semantics
This commit is contained in:
parent
1d222309b8
commit
afe7b207d5
4 changed files with 52 additions and 40 deletions
|
|
@ -148,6 +148,8 @@ struct wlr_drm_connector {
|
|||
bool pageflip_pending;
|
||||
struct wl_event_source *retry_pageflip;
|
||||
struct wl_list link;
|
||||
|
||||
struct wlr_dmabuf_attributes pending_dmabuf;
|
||||
};
|
||||
|
||||
struct wlr_drm_backend *get_drm_backend_from_backend(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue