21 #ifndef MIR_INPUT_RECEIVER_XKB_MAPPER_H_ 22 #define MIR_INPUT_RECEIVER_XKB_MAPPER_H_ 26 #include <xkbcommon/xkbcommon.h> 36 using XKBContextPtr = std::unique_ptr<xkb_context, void(*)(xkb_context*)>;
39 using XKBKeymapPtr = std::unique_ptr<xkb_keymap, void (*)(xkb_keymap*)>;
44 using XKBStatePtr = std::unique_ptr<xkb_state, void(*)(xkb_state*)>;
77 #endif // MIR_INPUT_RECEIVER_XKB_MAPPER_H_ All things Mir.
Definition: atomic_callback.h:25
Definition: event_private.h:181
int const size
Definition: make_socket_rpc_channel.cpp:51