19 #ifndef MIR_INPUT_RECEIVER_XKB_MAPPER_H_
20 #define MIR_INPUT_RECEIVER_XKB_MAPPER_H_
22 #define MIR_INCLUDE_DEPRECATED_EVENT_HEADER
26 #include <xkbcommon/xkbcommon.h>
50 std::shared_ptr<xkb_context> context;
51 std::shared_ptr<xkb_keymap> map;
52 std::shared_ptr<xkb_state> state;
59 #endif // MIR_INPUT_RECEIVER_XKB_MAPPER_H_
All things Mir.
Definition: buffer_stream.h:37
Definition: event_deprecated.h:122