it: track whether objects have been deleted
This commit is contained in:
parent
cdab4d4cad
commit
6af9d909b8
22 changed files with 167 additions and 45 deletions
|
|
@ -73,6 +73,7 @@ impl TestRun {
|
|||
tran.add_obj(Rc::new(TestDisplay {
|
||||
tran: tran.clone(),
|
||||
id: WL_DISPLAY_ID,
|
||||
deleted: Default::default(),
|
||||
}))?;
|
||||
tran.init();
|
||||
let registry = tran.get_registry();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue