From 15a378316e469470ae1cee45fe4cab2382b89658 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 28 May 2026 10:50:53 +0200 Subject: [PATCH] ext-image-capture-source-v1: add user data pointer This addition would make the code in my compositor simpler and is consistent with the rest of wlroots. --- include/wlr/types/wlr_ext_image_capture_source_v1.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wlr/types/wlr_ext_image_capture_source_v1.h b/include/wlr/types/wlr_ext_image_capture_source_v1.h index 21c74cdec..0a93c49f6 100644 --- a/include/wlr/types/wlr_ext_image_capture_source_v1.h +++ b/include/wlr/types/wlr_ext_image_capture_source_v1.h @@ -43,6 +43,8 @@ struct wlr_ext_image_capture_source_v1 { struct wl_signal frame; // struct wlr_ext_image_capture_source_v1_frame_event struct wl_signal destroy; } events; + + void *data; }; /**