mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -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
|
|
@ -264,7 +264,7 @@ desktop_node_and_view_at(struct server *server, double lx, double ly,
|
|||
enum ssd_part_type *view_area)
|
||||
{
|
||||
struct wlr_scene_node *node =
|
||||
wlr_scene_node_at(&server->scene->node, lx, ly, sx, sy);
|
||||
wlr_scene_node_at(&server->scene->tree.node, lx, ly, sx, sy);
|
||||
|
||||
*scene_node = node;
|
||||
if (!node) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue