xim: clear callback preedit on owner loss

This commit is contained in:
2026-08-14 19:17:37 +09:00
parent 76f9e1a21f
commit 2e6d7d8e48
6 changed files with 237 additions and 15 deletions

1
fn.h
View File

@@ -40,6 +40,7 @@ void srvinit(void);
void srvthread(void*);
void ibusthread(void*);
void ximthread(void*);
void ximownernotify(void);
void* emalloc(ulong);
void* erealloc(void*, ulong);