From 849c362ffb3a96a347b9afd986117fe7dae5c843 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 7 Feb 2023 10:57:17 +0100 Subject: linux-dmabuf-v1: add helper for output layer feedback events --- include/wlr/types/wlr_linux_dmabuf_v1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_linux_dmabuf_v1.h b/include/wlr/types/wlr_linux_dmabuf_v1.h index 6bb0712e..3f703705 100644 --- a/include/wlr/types/wlr_linux_dmabuf_v1.h +++ b/include/wlr/types/wlr_linux_dmabuf_v1.h @@ -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; }; /** -- cgit v1.2.3