autocommit 2022-03-11 23:07:09 CET
This commit is contained in:
parent
eb1d500561
commit
21527b3e38
5 changed files with 53 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue