kms: Clear pending state when deactivating surface

This commit is contained in:
Victoria Brekenfeld 2022-08-17 17:13:44 +02:00
parent 71ac7cc86c
commit 9611dcd496

View file

@ -824,6 +824,7 @@ impl KmsState {
if surface.surface.take().is_some() {
// just drop it
shell.remove_output(output);
surface.pending = false;
}
}
false