mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Basic layer popup rendering
This commit is contained in:
parent
d3cdb00208
commit
278aa84619
3 changed files with 52 additions and 0 deletions
|
|
@ -366,6 +366,8 @@ static void render_layer(struct roots_output *output,
|
|||
roots_surface->geo.x + output_layout_box->x,
|
||||
roots_surface->geo.y + output_layout_box->y,
|
||||
0, &data->layout, render_surface, data);
|
||||
|
||||
wlr_layer_surface_for_each_surface(layer, render_surface, data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue