19 #ifndef MIR_INPUT_RECEIVER_XKB_MAPPER_H_
20 #define MIR_INPUT_RECEIVER_XKB_MAPPER_H_
24 #include <xkbcommon/xkbcommon.h>
42 void set_rules(xkb_rule_names
const& names);
53 std::shared_ptr<xkb_context> context;
54 std::shared_ptr<xkb_keymap> map;
55 std::shared_ptr<xkb_state> state;
62 #endif // MIR_INPUT_RECEIVER_XKB_MAPPER_H_
All things Mir.
Definition: atomic_callback.h:25
Definition: event_private.h:178