mirror of
https://github.com/Cloudef/bemenu
synced 2025-07-24 14:15:21 +02:00
9 lines
156 B
C
9 lines
156 B
C
#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_
|