autocommit 2022-01-09 14:36:34 CET
This commit is contained in:
parent
02d1c90501
commit
928f94daa6
14 changed files with 200 additions and 102 deletions
|
|
@ -70,7 +70,7 @@ impl WlBuffer {
|
|||
{
|
||||
let surfaces = self.surfaces.lock();
|
||||
for surface in surfaces.values() {
|
||||
*surface.buffer.borrow_mut() = None;
|
||||
surface.buffer.set(None);
|
||||
}
|
||||
}
|
||||
self.client.remove_obj(self).await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue