mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
wlr_mirror: replace wlr_output->mirror_dst with wlr_addon
This commit is contained in:
parent
392dde7bed
commit
eac618687b
5 changed files with 53 additions and 6 deletions
|
|
@ -40,4 +40,7 @@ void wlr_addon_finish(struct wlr_addon *addon);
|
|||
struct wlr_addon *wlr_addon_find(struct wlr_addon_set *set, const void *owner,
|
||||
const struct wlr_addon_interface *impl);
|
||||
|
||||
void wlr_addon_find_all(struct wl_array *all, struct wlr_addon_set *set,
|
||||
const struct wlr_addon_interface *impl);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue