19 #ifndef MIR_INPUT_RECEIVER_XKB_MAPPER_H_
20 #define MIR_INPUT_RECEIVER_XKB_MAPPER_H_
24 #include <xkbcommon/xkbcommon.h>
48 std::shared_ptr<xkb_context> context;
49 std::shared_ptr<xkb_keymap> map;
50 std::shared_ptr<xkb_state> state;
57 #endif // MIR_INPUT_RECEIVER_XKB_MAPPER_H_