diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-14 20:36:01 -0400 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-04-23 11:24:06 +0200 |
commit | 278aa846195ceb8ea85c181aba21e0befbcce5de (patch) | |
tree | 8a27634d02ed833e189d65f852ce8b732f9f7e46 /rootston | |
parent | d3cdb00208f119e1e2a2fc1f1733e6eff6d47da5 (diff) |
Basic layer popup rendering
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/output.c b/rootston/output.c index 791b2819..48b20466 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -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); } } |