mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
linux-dmabuf-v1: add helper for output layer feedback events
This commit is contained in:
parent
22d9df2af4
commit
849c362ffb
2 changed files with 21 additions and 1 deletions
|
|
@ -116,6 +116,8 @@ struct wlr_linux_dmabuf_feedback_v1_init_options {
|
|||
struct wlr_renderer *main_renderer;
|
||||
// Output on which direct scan-out is possible on the primary plane, or NULL
|
||||
struct wlr_output *scanout_primary_output;
|
||||
// Output layer feedback event, or NULL
|
||||
const struct wlr_output_layer_feedback_event *output_layer_feedback_event;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue