mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
view: replace content_node with content_tree
This commit is contained in:
parent
08d31145fd
commit
55fb4fecb3
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