test
This commit is contained in:
@@ -1200,6 +1200,7 @@ impl Dispatch<wl_keyboard::WlKeyboard, ()> for WaylandClientStatePtr {
|
||||
log::error!("Received keymap format {:?}, expected XkbV1", format);
|
||||
return;
|
||||
}
|
||||
println!("Wayland Keymap changed");
|
||||
let xkb_context = xkb::Context::new(xkb::CONTEXT_NO_FLAGS);
|
||||
let keymap = unsafe {
|
||||
xkb::Keymap::new_from_fd(
|
||||
|
||||
Reference in New Issue
Block a user