aboutsummaryrefslogtreecommitdiff
path: root/include/backend
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/backend
parent54f9944b4885e4a08c0f004136ef06f732b8308f (diff)
backend/multi: take wl_event_loop instead of wl_display
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/multi.h2
1 files changed, 1 insertions, 1 deletions
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;