mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Chase wlroots: wlr_scene is now a tree node
Chases wlroots 9eb71146ae56c509ee33c7e8a662549592aad870 wlr_scene: Refactor wlr_scene (the root element) to encase a wlr_scene_tree
This commit is contained in:
parent
fb1af5f68e
commit
3f65a2ff77
7 changed files with 17 additions and 16 deletions
|
|
@ -106,7 +106,7 @@ ssd_at(struct view *view, double lx, double ly)
|
|||
{
|
||||
double sx, sy;
|
||||
struct wlr_scene_node *node = wlr_scene_node_at(
|
||||
&view->server->scene->node, lx, ly, &sx, &sy);
|
||||
&view->server->scene->tree.node, lx, ly, &sx, &sy);
|
||||
return ssd_get_part_type(view, node);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue