shell: Fix rendering top-layer surfaces

This commit is contained in:
Victoria Brekenfeld 2023-07-14 12:38:15 +02:00
parent 1868f6b0f7
commit cb135d7304

View file

@ -505,7 +505,7 @@ where
elements.extend(overlay_popups.into_iter().map(Into::into));
elements.extend(overlay_elements.into_iter().map(Into::into));
let mut window_elements = if has_fullscreen {
let mut window_elements = if !has_fullscreen {
let (top_elements, top_popups) =
split_layer_elements(renderer, output, Layer::Top, exclude_workspace_overview);
elements.extend(top_popups.into_iter().map(Into::into));