tree: make surface visibility tracking more robust
This commit is contained in:
parent
be0935c8dd
commit
ba98103233
26 changed files with 313 additions and 144 deletions
|
|
@ -772,6 +772,8 @@ impl XBackend {
|
|||
log::error!("Could not present image: {:?}", e);
|
||||
return;
|
||||
}
|
||||
|
||||
self.state.set_backend_idle(false);
|
||||
}
|
||||
|
||||
async fn handle_input_event(self: &Rc<Self>, event: &Event) -> Result<(), XBackendError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue