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

@ -10,7 +10,7 @@ struct wlr_multi_backend {
struct wl_list backends;
struct wl_listener display_destroy;
struct wl_listener event_loop_destroy;
struct {
struct wl_signal backend_add;