summaryrefslogtreecommitdiff
path: root/lib/renderers/x11/xkb_unicode.h
blob: 23e8b303fc5a5b0e04785d207403a80559b743be (plain)
1
2
3
4
5
6
7
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_