1
0
Fork 0
forked from wry/wry

seat: update xkb_state when keymap changes

This commit is contained in:
Julian Orth 2022-05-04 22:10:38 +02:00
parent a80c5690c8
commit 76c47c24d0
7 changed files with 123 additions and 5 deletions

View file

@ -125,6 +125,10 @@ impl TestRun {
seat,
})
}
pub async fn sync(&self) {
self.state.eng.yield_now().await;
}
}
pub trait ParseFull<'a>: Sized {