keyboard: send keymap without actions/behaviors to xwayland
This commit is contained in:
parent
541a7b5ebc
commit
abaeed4c01
10 changed files with 52 additions and 34 deletions
|
|
@ -74,8 +74,8 @@ impl WlKeyboard {
|
|||
self.seat.client.event(Keymap {
|
||||
self_id: self.id,
|
||||
format: XKB_V1,
|
||||
fd,
|
||||
size: state.map_len as _,
|
||||
fd: fd.map,
|
||||
size: fd.len as _,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue