1
0
Fork 0
forked from wry/wry

autocommit 2022-03-11 23:07:09 CET

This commit is contained in:
Julian Orth 2022-03-11 23:07:09 +01:00
parent eb1d500561
commit 21527b3e38
5 changed files with 53 additions and 11 deletions

View file

@ -274,6 +274,8 @@ impl MetalBackend {
removed: Cell::new(false),
events: Default::default(),
cb: Default::default(),
hscroll: Cell::new(0.0),
vscroll: Cell::new(0.0),
});
slots[slot] = Some(dev.clone());
self.device_holder