kms: Clear pending state when deactivating surface
This commit is contained in:
parent
71ac7cc86c
commit
9611dcd496
1 changed files with 1 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ impl KmsState {
|
||||||
if surface.surface.take().is_some() {
|
if surface.surface.take().is_some() {
|
||||||
// just drop it
|
// just drop it
|
||||||
shell.remove_output(output);
|
shell.remove_output(output);
|
||||||
|
surface.pending = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
false
|
false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue