1
0
Fork 0
forked from wry/wry

autocommit 2022-01-09 14:36:34 CET

This commit is contained in:
Julian Orth 2022-01-09 14:36:34 +01:00
parent 02d1c90501
commit 928f94daa6
14 changed files with 200 additions and 102 deletions

View file

@ -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?;