view: s/scene_node/content_node/

This commit is contained in:
tokyo4j 2024-12-13 17:22:54 +09:00 committed by Hiroaki Yamamoto
parent c3a1a59a58
commit daae379433
6 changed files with 7 additions and 7 deletions

View file

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