kms: Clear render-timer token
This commit is contained in:
parent
76c9972249
commit
4da092e132
1 changed files with 1 additions and 0 deletions
|
|
@ -1542,6 +1542,7 @@ impl KmsState {
|
|||
surface.dirty = false;
|
||||
surface.pending = true;
|
||||
surface.scheduled = false;
|
||||
surface.render_timer_token = None;
|
||||
return TimeoutAction::Drop;
|
||||
}
|
||||
Err(err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue