mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05: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
|
|
@ -735,7 +735,7 @@ xwayland_view_map(struct view *view)
|
|||
wl_resource_post_no_memory(view->surface->resource);
|
||||
return;
|
||||
}
|
||||
view->content_node = &tree->node;
|
||||
view->content_tree = tree;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue