summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index d22e91d5e5..a524c530fa 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -99,8 +99,7 @@ struct vo_wayland_state {
/* linux-dmabuf */
struct zwp_linux_dmabuf_v1 *dmabuf;
- /* TODO: unvoid this if required wayland protocols is bumped to 1.24+ */
- void *dmabuf_feedback;
+ struct zwp_linux_dmabuf_feedback_v1 *dmabuf_feedback;
wayland_format *format_map;
uint32_t format_size;
bool using_dmabuf_wayland;