fix: repair XIM context lifecycle

This commit is contained in:
2026-08-12 15:56:43 +09:00
parent 103f2ec448
commit 1295480858
6 changed files with 181 additions and 43 deletions

8
xim/keymap.h Normal file
View 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