aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-02-07 10:57:17 +0100
committerSimon Ser <contact@emersion.fr>2023-02-20 18:38:57 +0100
commit849c362ffb3a96a347b9afd986117fe7dae5c843 (patch)
tree584cb66c0fc9502bebd7aade8ac3bdc446094820 /include/wlr
parent22d9df2af483bb862c24bcb973e8ab3475759ebe (diff)
linux-dmabuf-v1: add helper for output layer feedback events
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_linux_dmabuf_v1.h2
1 files changed, 2 insertions, 0 deletions
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;
};
/**