1
0
Fork 0
forked from wry/wry

autocommit 2022-01-09 13:07:57 CET

This commit is contained in:
Julian Orth 2022-01-09 13:07:57 +01:00
parent 4efb187e24
commit 02d1c90501
5 changed files with 41 additions and 3 deletions

View file

@ -313,7 +313,7 @@ impl WlSeatObj {
self.client
.event(p.keymap(
wl_keyboard::XKB_V1,
self.global.layout.clone(),
p.keymap_fd()?,
self.global.layout_size,
))
.await?;