backend/multi: take wl_event_loop instead of wl_display

This commit is contained in:
Simon Ser 2023-11-23 14:11:23 +01:00 committed by Kirill Primak
parent 54f9944b48
commit f27808b8d9
4 changed files with 10 additions and 9 deletions

View file

@ -15,7 +15,7 @@
* Creates a multi-backend. Multi-backends wrap an arbitrary number of backends
* and aggregate their new_output/new_input signals.
*/
struct wlr_backend *wlr_multi_backend_create(struct wl_display *display);
struct wlr_backend *wlr_multi_backend_create(struct wl_event_loop *loop);
/**
* Adds the given backend to the multi backend. This should be done before the
* new backend is started.