view: replace content_node with content_tree

This commit is contained in:
tokyo4j 2025-01-19 15:49:39 +09:00
parent 08d31145fd
commit 55fb4fecb3
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;