mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-05 03:01:33 -04:00
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:
parent
7265a79e46
commit
15a378316e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 frame; // struct wlr_ext_image_capture_source_v1_frame_event
|
||||||
struct wl_signal destroy;
|
struct wl_signal destroy;
|
||||||
} events;
|
} events;
|
||||||
|
|
||||||
|
void *data;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue