render: Fullscreen/Maximize animation
This commit is contained in:
parent
5cebc7b97d
commit
da90d9bf78
2 changed files with 319 additions and 55 deletions
|
|
@ -528,7 +528,11 @@ where
|
|||
.space_for_handle(¤t.0)
|
||||
.ok_or(OutputNoMode)?;
|
||||
|
||||
let has_fullscreen = workspace.fullscreen.get(output).map(|f| f.exclusive);
|
||||
let has_fullscreen = workspace
|
||||
.fullscreen
|
||||
.get(output)
|
||||
.filter(|f| !f.is_animating())
|
||||
.map(|f| f.exclusive);
|
||||
let (overlay_elements, overlay_popups) =
|
||||
split_layer_elements(renderer, output, Layer::Overlay, exclude_workspace_overview);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue