mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/headless: remove wlr_output_impl.export_dmabuf
This is now provided by the generic wlr_output implementation.
This commit is contained in:
parent
87e8c60faf
commit
aec062d0d3
2 changed files with 4 additions and 34 deletions
|
|
@ -25,8 +25,6 @@ struct wlr_headless_output {
|
|||
struct wlr_headless_backend *backend;
|
||||
struct wl_list link;
|
||||
|
||||
struct wlr_buffer *front_buffer;
|
||||
|
||||
struct wl_event_source *frame_timer;
|
||||
int frame_delay; // ms
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue