From f27808b8d98d5b9907a347cd9f01bb7bef3218b9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 23 Nov 2023 14:11:23 +0100 Subject: backend/multi: take wl_event_loop instead of wl_display --- include/backend/multi.h | 2 +- include/wlr/backend/multi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/backend/multi.h b/include/backend/multi.h index 20ad9db1..3ffd8140 100644 --- a/include/backend/multi.h +++ b/include/backend/multi.h @@ -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; diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h index 09000ac2..c4322d98 100644 --- a/include/wlr/backend/multi.h +++ b/include/wlr/backend/multi.h @@ -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. -- cgit v1.2.3