view: replace content_node with content_tree

This commit is contained in:
tokyo4j 2025-01-19 15:49:39 +09:00 committed by Consolatis
parent 40b1f5407f
commit 4b7c502ace
6 changed files with 7 additions and 7 deletions

View file

@ -735,7 +735,7 @@ xwayland_view_map(struct view *view)
wl_resource_post_no_memory(view->surface->resource);
return;
}
view->content_node = &tree->node;
view->content_tree = tree;
}
/*