diff options
Diffstat (limited to 'lib/renderers/x11/xkb_unicode.h')
-rw-r--r-- | lib/renderers/x11/xkb_unicode.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/renderers/x11/xkb_unicode.h b/lib/renderers/x11/xkb_unicode.h new file mode 100644 index 0000000..23e8b30 --- /dev/null +++ b/lib/renderers/x11/xkb_unicode.h @@ -0,0 +1,8 @@ +#ifndef _BM_XKB_UNICODE_H_ +#define _BM_XKB_UNICODE_H_ + +#include <stdint.h> + +uint32_t bm_x11_key_sym2unicode(uint32_t keysym); + +#endif // _BM_XKB_UNICODE_H_ |