mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 04:27:53 -05:00
Chase wlroots: every scene_node parent is now a tree
Chases wlroots ccd0f85c2a36308e35b153c7f9653abac7659af3 wlr_scene: Only allow parenting on a wlr_scene_tree
This commit is contained in:
parent
b7c9d0e055
commit
2ed7a10779
20 changed files with 97 additions and 93 deletions
|
|
@ -224,7 +224,7 @@ osd_update(struct server *server)
|
|||
cairo_surface_flush(surf);
|
||||
|
||||
struct wlr_scene_buffer *scene_buffer = wlr_scene_buffer_create(
|
||||
&output->osd_tree->node, &output->osd_buffer->base);
|
||||
output->osd_tree, &output->osd_buffer->base);
|
||||
|
||||
/* Center OSD */
|
||||
struct wlr_box output_box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue