linux-dmabuf-v1: add helper for output layer feedback events

This commit is contained in:
Simon Ser 2023-02-07 10:57:17 +01:00
parent 22d9df2af4
commit 849c362ffb
2 changed files with 21 additions and 1 deletions

View file

@ -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;
};
/**