Revert "Set top layer surfaces below fullscreen windows"
This reverts commit 5c30a9da27.
This commit is contained in:
parent
fe1d23e139
commit
75e0b0e520
2 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue