mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
view: replace content_node with content_tree
This commit is contained in:
parent
40b1f5407f
commit
4b7c502ace
6 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue