1
0
Fork 0
forked from wry/wry

gfx: implement async shm downloads

This commit is contained in:
Julian Orth 2024-10-06 15:11:00 +02:00
parent aca14d48dd
commit 028d0ed44c
11 changed files with 194 additions and 198 deletions

View file

@ -130,6 +130,7 @@ impl ZwlrScreencopyManagerV1 {
with_damage: Cell::new(false),
buffer: Cell::new(None),
version: self.version,
pending: Default::default(),
});
track!(self.client, frame);
self.client.add_client_obj(&frame)?;