fix: repair XIM context lifecycle
This commit is contained in:
8
xim/keymap.h
Normal file
8
xim/keymap.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef STRANS_XIM_KEYMAP_H
|
||||
#define STRANS_XIM_KEYMAP_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t keymaplookup(const uint32_t*, int, uint16_t);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user