fix: subsurface improvements
this fixes a couple issues in the greeter
This commit is contained in:
parent
2a680eeb32
commit
f7dc180371
7 changed files with 100 additions and 25 deletions
|
|
@ -186,7 +186,6 @@ pub fn present(
|
|||
})
|
||||
.unwrap_or_else(|| vec![Rectangle::with_size(viewport.logical_size())]);
|
||||
|
||||
/// XXX winit shell does not handle skipped present well.
|
||||
if damage.is_empty() {
|
||||
if let Some(last_layers) = last_layers {
|
||||
surface.layer_stack.push_front(last_layers.clone());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue