autocommit 2022-01-08 19:02:10 CET
This commit is contained in:
parent
d061a5c313
commit
3336f1ab6a
37 changed files with 243 additions and 136 deletions
|
|
@ -706,7 +706,9 @@ impl XorgBackend {
|
|||
let client = &buffer.client;
|
||||
log::error!("Could not access client {} memory: {:#}", client.id, e);
|
||||
if let Ok(d) = client.display() {
|
||||
client.fatal_event(d.implementation_error(format!("Could not access memory: {:#}", e)));
|
||||
client.fatal_event(
|
||||
d.implementation_error(format!("Could not access memory: {:#}", e)),
|
||||
);
|
||||
} else {
|
||||
self.state.clients.kill(client.id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue