1
0
Fork 0
forked from wry/wry

tree: render top layer over fullscreen windows

This commit is contained in:
Julian Orth 2022-07-31 13:18:20 +02:00
parent 3c074fe4cf
commit a8f627f15c
2 changed files with 2 additions and 7 deletions

View file

@ -95,6 +95,7 @@ impl Renderer<'_> {
if let Some(ws) = output.workspace.get() {
if let Some(fs) = ws.fullscreen.get() {
fs.tl_as_node().node_render(self, x, y);
render_layer!(output.layers[2]);
render_layer!(output.layers[3]);
return;
}