Basic layer popup rendering

This commit is contained in:
Drew DeVault 2018-04-14 20:36:01 -04:00 committed by Guido Günther
parent d3cdb00208
commit 278aa84619
3 changed files with 52 additions and 0 deletions

View file

@ -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);
}
}