1
0
Fork 0
forked from wry/wry

Revert "Set top layer surfaces below fullscreen windows"

This reverts commit 5c30a9da27.
This commit is contained in:
Julian Orth 2025-07-17 09:09:08 +02:00
parent fe1d23e139
commit 75e0b0e520
2 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,6 @@ impl Renderer<'_> {
} else {
render_layer!(output.layers[0]);
render_layer!(output.layers[1]);
render_layer!(output.layers[2]);
let non_exclusive_rect = output.non_exclusive_rect_rel.get();
let (x, y) = non_exclusive_rect.translate_inv(x, y);
{
@ -183,6 +182,7 @@ impl Renderer<'_> {
};
}
render_stacked!(self.state.root.stacked);
render_layer!(output.layers[2]);
render_layer!(output.layers[3]);
render_stacked!(self.state.root.stacked_above_layers);
if let Some(ws) = output.workspace.get()