From 6975c82d95080589882b71083f67dc905e5a7f80 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Mon, 30 May 2022 19:26:08 -0400 Subject: wlr_scene: Refactor wlr_scene (the root element) to encase a wlr_scene_tree Co-authored-by: Isaac Freund --- output_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output_layout.c') diff --git a/output_layout.c b/output_layout.c index b80759f..e2327eb 100644 --- a/output_layout.c +++ b/output_layout.c @@ -99,7 +99,7 @@ bool wlr_scene_attach_output_layout(struct wlr_scene *scene, wl_signal_add(&output_layout->events.add, &sol->layout_add); sol->scene_destroy.notify = scene_output_layout_handle_scene_destroy; - wl_signal_add(&scene->node.events.destroy, &sol->scene_destroy); + wl_signal_add(&scene->tree.node.events.destroy, &sol->scene_destroy); return true; } -- cgit v1.2.3