1
0
Fork 0
forked from wry/wry

it: test suspended state

This commit is contained in:
Julian Orth 2024-04-02 14:30:24 +02:00
parent 3f4386609e
commit 91022cd1c8
12 changed files with 119 additions and 33 deletions

View file

@ -193,7 +193,7 @@ impl TestRegistry {
tran: self.tran.clone(),
destroyed: Cell::new(false),
});
self.bind(&jc, singletons.xdg_wm_base, 3)?;
self.bind(&jc, singletons.xdg_wm_base, 6)?;
self.xdg.set(Some(jc.clone()));
Ok(jc)
}