aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-23 14:11:23 +0100
committerKirill Primak <vyivel@eclair.cafe>2024-01-25 15:05:36 +0000
commitf27808b8d98d5b9907a347cd9f01bb7bef3218b9 (patch)
treef9f7bf7a8c55256f78b0b48558354dc6c8e29bb8 /include/wlr
parent54f9944b4885e4a08c0f004136ef06f732b8308f (diff)
backend/multi: take wl_event_loop instead of wl_display
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/backend/multi.h2
1 files changed, 1 insertions, 1 deletions
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.