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.
This commit is contained in:
Isaac Freund 2026-05-28 10:50:53 +02:00 committed by Simon Ser
parent 7265a79e46
commit 15a378316e

View file

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