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

@ -193,7 +193,7 @@ struct view {
struct workspace *workspace;
struct wlr_surface *surface;
struct wlr_scene_tree *scene_tree;
struct wlr_scene_node *content_node;
struct wlr_scene_tree *content_tree;
bool mapped;
bool been_mapped;